We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f5d5d commit 115cbbbCopy full SHA for 115cbbb
1 file changed
scripts/spelling.sh
@@ -95,7 +95,10 @@ if [ $current_test = "spellintian" ]; then
95
exit 0;
96
fi;
97
elif [ $current_test = "codespell" ]; then
98
- if ! zrun codespell --interactive 0 --check-filenames --check-hidden --quiet 2 --regex "[a-zA-Z0-9][\\-'a-zA-Z0-9]+[a-zA-Z0-9]" --exclude-file .codespellignorelines --ignore-words .codespellignorewords $spellingfiles 2>&1; then
+ if ! zrun codespell --interactive 0 --check-filenames --check-hidden \
99
+ --quiet 2 --regex "[a-zA-Z0-9][\\-'a-zA-Z0-9]+[a-zA-Z0-9]" \
100
+ --exclude-file .codespellignorelines \
101
+ --ignore-words .codespellignorewords $spellingfiles 2>&1; then
102
exit 1;
103
104
0 commit comments