Skip to content

Commit 37bcc49

Browse files
committed
spelling sort file exclude list
1 parent 2951908 commit 37bcc49

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

scripts/spelling.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,17 @@ if [ $current_test = "codespell" ] && ! [ -x "$(command -v codespell)" ]; then
4141
fi;
4242

4343
SPELLINGBLACKLIST=$(cat <<-BLACKLIST
44-
-wholename "./.codespellignorewords" -or \
4544
-wholename "./.codespellignorelines" -or \
45+
-wholename "./.codespellignorewords" -or \
4646
-wholename "./.git/*" -or \
47+
-wholename "./Makefile" -or \
48+
-wholename "./Makefile.in" -or \
4749
-wholename "./aclocal.m4" -or \
50+
-wholename "./autom4te.cache/*" -or \
51+
-wholename "./common/protocol/Ola.pb.*" -or \
4852
-wholename "./common/rpc/TestService.pb.*" -or \
53+
-wholename "./config.log" -or \
54+
-wholename "./config.status" -or \
4955
-wholename "./config/config.guess" -or \
5056
-wholename "./config/config.sub" -or \
5157
-wholename "./config/depcomp" -or \
@@ -55,22 +61,16 @@ SPELLINGBLACKLIST=$(cat <<-BLACKLIST
5561
-wholename "./config/ltoptions.m4" -or \
5662
-wholename "./config/ltsugar.m4" -or \
5763
-wholename "./config/missing" -or \
58-
-wholename "./libtool" -or \
59-
-wholename "./config.log" -or \
60-
-wholename "./config.status" -or \
61-
-wholename "./Makefile" -or \
62-
-wholename "./Makefile.in" -or \
63-
-wholename "./autom4te.cache/*" -or \
64+
-wholename "./configure" -or \
6465
-wholename "./java/Makefile" -or \
6566
-wholename "./java/Makefile.in" -or \
67+
-wholename "./libtool" -or \
68+
-wholename "./olad/www/mobile.js" -or \
6669
-wholename "./olad/www/new/js/app.min.js" -or \
6770
-wholename "./olad/www/new/js/app.min.js.map" -or \
6871
-wholename "./olad/www/new/libs/angular/js/angular.min.js" -or \
6972
-wholename "./olad/www/new/libs/marked/js/marked.min.js" -or \
70-
-wholename "./olad/www/mobile.js" -or \
7173
-wholename "./olad/www/ola.js" -or \
72-
-wholename "./configure" -or \
73-
-wholename "./common/protocol/Ola.pb.*" -or \
7474
-wholename "./plugins/artnet/messages/ArtNetConfigMessages.pb.*" -or \
7575
-wholename "./tools/ola_trigger/config.tab.*" -or \
7676
-wholename "./tools/ola_trigger/lex.yy.cpp"

0 commit comments

Comments
 (0)