File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Reporting
57
57
If you are being harassed by a member of the CWL Project, notice that someone
58
58
else is being harassed, or have any other concerns, please contact the CWL
59
59
Leadership Team at
[email protected] . If person who is harassing
60
- you is on the team, they will recuse themselves from handling your incident. We
60
+ you is on the team, they will recurse themselves from handling your incident. We
61
61
will respond as promptly as we can.
62
62
63
63
This code of conduct applies to CWL Project spaces, but if you are being
Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ pydocstyle_report.txt: $(PYSOURCES)
111
111
diff_pydocstyle_report : pydocstyle_report.txt
112
112
diff-quality --compare-branch=main --violations=pydocstyle --fail-under=100 $^
113
113
114
- # # codespell : check for common mispellings
114
+ # # codespell : check for common misspellings
115
115
codespell :
116
- codespell -w $(shell git ls-files | grep -v cwltool/schemas | grep -v cwltool/jshint/ | grep -v mypy-stubs)
116
+ codespell --ignore-words-list=ORE,ore - w $(shell git ls-files | grep -v cwltool/schemas | grep -v cwltool/jshint/ | grep -v mypy-stubs)
117
117
118
118
# # format : check/fix all code indentation and formatting (runs black)
119
119
format :
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def main(argv: List[str]) -> int:
42
42
"stdout_path": a string (or a null) giving the path that should receive the STDOUT
43
43
"stderr_path": a string (or a null) giving the path that should receive the STDERR
44
44
45
- The second argument is optional, it specifes a shell script to execute prior,
45
+ The second argument is optional, it specifies a shell script to execute prior,
46
46
and the environment variables it sets will be combined with the environment
47
47
variables from the "env" key in the JSON dictionary from the first argument.
48
48
"""
You can’t perform that action at this time.
0 commit comments