Commit 7f31372
Fix false positives in automated spellchecking
By adding an --exclude-file argument, we can add exact lines that
will be matched against to ignore. This prevents us having to add
a word such as "juxt" to the ignored words list when we usually want
to catch that as a misspelling of "just" except in one context.
With all spelling errors fixed and false-positives ignored, the status
of codespell run on each commit can now be trusted.
If any of the lines specified in cs-excludelines.txt need to be modified
in the README, they just need to be adjusted both places.1 parent 0731dd8 commit 7f31372
File tree
3 files changed
+4
-1
lines changed- .github/workflows
3 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
File renamed without changes.
0 commit comments