-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce the number of ignored words for Codespell (#654)
* Deal with "entrie" * "filname" does not seem to appear in the current code. * "parm" only appears in .dat files. * "pres" only appears in .dat and .html files. * "WAN" does not appear in the current code. * "ans" only appears as "Ans" in library names. * Rename "dout" to "d_out" * Fix availale-> available in getting_started_with_dpf_server.rst * Fix accross->across in 04-basic-load-file.py * Add containter to ignored_words until fixed * Adding periods to error messages modified. * Fix typos in test_lsdyna.py * One must use lowercase for ignore_words.txt * Retrigger pipelines * Remove continue-on-error for Codespell style check. It should now pass.
- Loading branch information
Showing
9 changed files
with
291 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,6 @@ jobs: | |
- name: "Codespell" | ||
run: | | ||
make codespell | ||
continue-on-error: true | ||
- name: "flake8" | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,6 @@ jobs: | |
- name: "Codespell" | ||
run: | | ||
make codespell | ||
continue-on-error: true | ||
- name: "flake8" | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
parm | ||
pres | ||
WAN | ||
filname | ||
ans | ||
entrie | ||
dout | ||
containter | ||
mane | ||
systyem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.