We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb2051 commit 568d533Copy full SHA for 568d533
1 file changed
scripts/spelling.sh
@@ -94,9 +94,7 @@ if [ $current_test = "spellintian" ]; then
94
# exit 1;
95
exit 0;
96
fi;
97
-fi;
98
-
99
-if [ $current_test = "codespell" ]; then
+elif [ $current_test = "codespell" ]; then
100
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
101
exit 1;
102
0 commit comments