We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2900052 commit 6abac14Copy full SHA for 6abac14
1 file changed
scripts/spelling.sh
@@ -45,6 +45,7 @@ SPELLINGBLACKLIST=$(cat <<-BLACKLIST
45
-wholename "./.codespellignorelines" -or \
46
-wholename "./.git/*" -or \
47
-wholename "./aclocal.m4" -or \
48
+ -wholename "./common/rpc/TestService.pb.*" -or \
49
-wholename "./config/config.guess" -or \
50
-wholename "./config/config.sub" -or \
51
-wholename "./config/depcomp" -or \
@@ -72,8 +73,7 @@ SPELLINGBLACKLIST=$(cat <<-BLACKLIST
72
73
-wholename "./common/protocol/Ola.pb.*" -or \
74
-wholename "./plugins/artnet/messages/ArtNetConfigMessages.pb.*" -or \
75
-wholename "./tools/ola_trigger/config.tab.*" -or \
- -wholename "./tools/ola_trigger/lex.yy.cpp" -or \
76
- -wholename "*.cc"
+ -wholename "./tools/ola_trigger/lex.yy.cpp"
77
BLACKLIST
78
)
79
0 commit comments