We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf7e8f commit 5c3aeadCopy full SHA for 5c3aead
.github/workflows/codespell.yml
@@ -10,5 +10,5 @@ jobs:
10
- uses: actions/setup-python@v1
11
- run: pip install codespell flake8
12
- run: |
13
- SKIP="./.*,./other/dictionary.txt,./other/words,./project_euler/problem_22/p022_names.txt,*.bak,*.gif,*.jpeg,*.jpg,*.json,*.png,*.pyc"
14
- codespell -L ans,fo,hist,iff,secant,tim --skip=$SKIP
+ SKIP="./.*,./other/dictionary.txt,./other/words,./project_euler/problem_22/p022_names.txt"
+ codespell -L ans,fo,hist,iff,secant,tim --skip=$SKIP --quiet-level=2
0 commit comments