[scripts,codespell] ignore external folder

This commit is contained in:
Armin Novak
2025-08-18 15:05:56 +02:00
parent 83b9595755
commit 4263370389

View File

@@ -11,6 +11,6 @@ SCRIPT_PATH=$(realpath "$SCRIPT_PATH")
codespell --version codespell --version
codespell \ codespell \
-I "$SCRIPT_PATH/codespell.ignore" \ -I "$SCRIPT_PATH/codespell.ignore" \
-S ".git,*.ai,*.svg,*.rtf,*/assets/de_*,*/res/values-*,*/protocols/xdg*,*/test/*" \ -S ".git,*.ai,*.svg,*.rtf,*/assets/de_*,*/res/values-*,*/protocols/xdg*,*/test/*,*/external/*" \
--ignore-regex "\b[a-zA-Z][a-zA-Z]\b|\bp[A-Z].*|\\\\[a-z][a-zA-Z].*" \ --ignore-regex "\b[a-zA-Z][a-zA-Z]\b|\bp[A-Z].*|\\\\[a-z][a-zA-Z].*" \
--count $SCRIPT_PATH/.. --count $SCRIPT_PATH/..