Skip to content

Commit 6abac14

Browse files
committed
spelling more specific exclude
1 parent 2900052 commit 6abac14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/spelling.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ SPELLINGBLACKLIST=$(cat <<-BLACKLIST
4545
-wholename "./.codespellignorelines" -or \
4646
-wholename "./.git/*" -or \
4747
-wholename "./aclocal.m4" -or \
48+
-wholename "./common/rpc/TestService.pb.*" -or \
4849
-wholename "./config/config.guess" -or \
4950
-wholename "./config/config.sub" -or \
5051
-wholename "./config/depcomp" -or \
@@ -72,8 +73,7 @@ SPELLINGBLACKLIST=$(cat <<-BLACKLIST
7273
-wholename "./common/protocol/Ola.pb.*" -or \
7374
-wholename "./plugins/artnet/messages/ArtNetConfigMessages.pb.*" -or \
7475
-wholename "./tools/ola_trigger/config.tab.*" -or \
75-
-wholename "./tools/ola_trigger/lex.yy.cpp" -or \
76-
-wholename "*.cc"
76+
-wholename "./tools/ola_trigger/lex.yy.cpp"
7777
BLACKLIST
7878
)
7979

0 commit comments

Comments
 (0)