We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369d7b4 commit 924f970Copy full SHA for 924f970
1 file changed
scripts/spelling.sh
@@ -74,7 +74,8 @@ SPELLINGBLACKLIST=$(cat <<-BLACKLIST
74
-wholename "./common/protocol/Ola.pb.*" -or \
75
-wholename "./plugins/artnet/messages/ArtNetConfigMessages.pb.*" -or \
76
-wholename "./tools/ola_trigger/config.tab.*" -or \
77
- -wholename "./tools/ola_trigger/lex.yy.cpp"
+ -wholename "./tools/ola_trigger/lex.yy.cpp" -or \
78
+ -wholename "*.cc"
79
BLACKLIST
80
)
81
0 commit comments