Skip to content

Commit

Permalink
Merge pull request #1936 from peternewman/0.10-clang-latest
Browse files Browse the repository at this point in the history
Ignore more minified files that might contain spelling false positives
  • Loading branch information
peternewman committed Feb 26, 2024
2 parents 6cf9ee8 + f6c7356 commit 197e2f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/spelling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,14 @@ SPELLINGBLACKLIST=$(cat <<-BLACKLIST
-wholename "./olad/www/new/js/app.min.js" -or \
-wholename "./olad/www/new/js/app.min.js.map" -or \
-wholename "./olad/www/new/libs/angular/js/angular.min.js" -or \
-wholename "./olad/www/new/libs/bootstrap/js/bootstrap.min.js" -or \
-wholename "./olad/www/new/libs/jquery/js/jquery.min.js" -or \
-wholename "./olad/www/new/libs/marked/js/marked.min.js" -or \
-wholename "./olad/www/ola.js" -or \
-wholename "./plugins/artnet/messages/ArtNetConfigMessages.pb.*" -or \
-wholename "./tools/ola_trigger/config.tab.*" -or \
-wholename "./tools/ola_trigger/lex.yy.cpp"
-wholename "./tools/ola_trigger/lex.yy.cpp" -or \
-wholename "./tools/rdm/static/jquery-1.7.2.min.js"
BLACKLIST
)

Expand Down

0 comments on commit 197e2f0

Please sign in to comment.