Skip to content

Commit 1816dab

Browse files
authored
Use self-documenting option instead of cryptic option
@mateuszz0000 Your review, please. Pretend that you do not know what `-L` stands for. How many keystrokes and clicks does it take to confirm the purpose of this option?
1 parent 72fe611 commit 1816dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codespell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- run: pip install codespell flake8
1212
- run: |
1313
SKIP="./.*,./other/dictionary.txt,./other/words,./project_euler/problem_22/p022_names.txt"
14-
codespell -L ans,fo,hist,iff,secant,tim --skip=$SKIP --quiet-level=2
14+
codespell --ignore-words-list=ans,fo,hist,iff,secant,som,tim --skip=$SKIP --quiet-level=2
1515
- name: Codespell comment
1616
if: ${{ failure() }}
1717
uses: plettich/python_codespell_action@master

0 commit comments

Comments
 (0)