Skip to content

Commit 3497e2b

Browse files
authored
Merge pull request #13413 from ethereum/fix-spelling-ci
Use long option for spellchecker in CI
2 parents a229d72 + 542ce5a commit 3497e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ jobs:
652652
pip install --user codespell
653653
- run:
654654
name: Check spelling
655-
command: ~/.local/bin/codespell -S "*.enc,.git,Dockerfile*,LICENSE,codespell_whitelist.txt,codespell_ignored_lines.txt" -I ./scripts/codespell_whitelist.txt -x ./scripts/codespell_ignored_lines.txt
655+
command: ~/.local/bin/codespell --skip "*.enc,.git,Dockerfile*,LICENSE,codespell_whitelist.txt,codespell_ignored_lines.txt" --ignore-words ./scripts/codespell_whitelist.txt --exclude-file ./scripts/codespell_ignored_lines.txt
656656
- gitter_notify_failure_unless_pr
657657

658658
chk_docs_examples:

0 commit comments

Comments
 (0)