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