Skip to content

Commit 115cbbb

Browse files
committed
spelling wrap codespell line
1 parent e3f5d5d commit 115cbbb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

scripts/spelling.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,10 @@ if [ $current_test = "spellintian" ]; then
9595
exit 0;
9696
fi;
9797
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
98+
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
99102
exit 1;
100103
fi;
101104
fi;

0 commit comments

Comments
 (0)