Skip to content

Commit

Permalink
Renske's surname is not a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Nov 13, 2023
1 parent faddc3a commit de090f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ diff_pydocstyle_report: pydocstyle_report.txt

## codespell-check : check for common misspellings
codespell-check:
@codespell $(shell git ls-files | grep -v cwltool/schemas | grep -v cwltool/jshint/ | grep -v mypy-stubs) \
@codespell $(shell git ls-files | grep -v cwltool/schemas | grep -v cwltool/jshint/ | grep -v mypy-stubs | grep -v setup.cfg) \
|| (echo Probable typo foun. Run \"make codespell-fix\" to accept suggested fixes, or add the word to the ignore list in setup.cfg ; exit 1)

## codespell-fix : fix common misspellings
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ use_parentheses = True
line_length = 88

[codespell]
ignore-words-list=ORE,ore,RO,ro,recuse
builtin = clear
ignore-words-list = ORE,ore,RO,ro,recuse

0 comments on commit de090f9

Please sign in to comment.