Skip to content

Commit de090f9

Browse files
committed
Renske's surname is not a typo
1 parent faddc3a commit de090f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ diff_pydocstyle_report: pydocstyle_report.txt
113113

114114
## codespell-check : check for common misspellings
115115
codespell-check:
116-
@codespell $(shell git ls-files | grep -v cwltool/schemas | grep -v cwltool/jshint/ | grep -v mypy-stubs) \
116+
@codespell $(shell git ls-files | grep -v cwltool/schemas | grep -v cwltool/jshint/ | grep -v mypy-stubs | grep -v setup.cfg) \
117117
|| (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)
118118

119119
## codespell-fix : fix common misspellings

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ use_parentheses = True
99
line_length = 88
1010

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

0 commit comments

Comments
 (0)