Browse Source

Ignore file heath for 3rd party libraries

adaptive-webui-19844
Chocobo1 3 years ago
parent
commit
9f9c4d6ed0
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 4
      .github/workflows/file_health.sh

4
.github/workflows/file_health.sh

@ -11,9 +11,9 @@ regressions=0
# exclusions (these are just grep extended regular expressions to match against paths relative to the root of the repository) # exclusions (these are just grep extended regular expressions to match against paths relative to the root of the repository)
exclusions_nonutf8='(.*(7z|gif|ic(ns|o)|png|qm|zip))' exclusions_nonutf8='(.*(7z|gif|ic(ns|o)|png|qm|zip))'
exclusions_bom='src/base/unicodestrings.h' exclusions_bom='src/base/unicodestrings.h'
exclusions_tw='(*.ts)|src/webui/www/private/scripts/lib/mootools-1.2-more.js' exclusions_tw='(*.ts)|src/webui/www/private/scripts/lib/*'
exclusions_trailing_newline='configure' exclusions_trailing_newline='configure'
exclusions_no_lf='(*.ts)|(.*svg)|compile_commands.json|src/webui/www/private/scripts/lib/mootools-1.2-(core-yc.js|more.js)' exclusions_no_lf='(*.ts)|(.*svg)|compile_commands.json|src/webui/www/private/scripts/lib/*'
echo -e "\n*** Detect files not encoded in UTF-8 ***\n" echo -e "\n*** Detect files not encoded in UTF-8 ***\n"

Loading…
Cancel
Save