Skip to content

Commit 924f970

Browse files
committed
spelling script omit compiled *.cc files
1 parent 369d7b4 commit 924f970

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/spelling.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ SPELLINGBLACKLIST=$(cat <<-BLACKLIST
7474
-wholename "./common/protocol/Ola.pb.*" -or \
7575
-wholename "./plugins/artnet/messages/ArtNetConfigMessages.pb.*" -or \
7676
-wholename "./tools/ola_trigger/config.tab.*" -or \
77-
-wholename "./tools/ola_trigger/lex.yy.cpp"
77+
-wholename "./tools/ola_trigger/lex.yy.cpp" -or \
78+
-wholename "*.cc"
7879
BLACKLIST
7980
)
8081

0 commit comments

Comments
 (0)