Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork130
Commitce1f76e
authored
Fix spell check false positive by ignoring word
The codespell spellchecker tool is used to automatically detect commonly misspelled words in the files of this project.The misspelled words dictionary was expanded in the latest release of codespell. Some of the text in the projectcodebase happens to match against newly added entries, which caused codespell to produce a false misspelled worddetection.Since the code that produced the detection is correct and intended, the false positive is resolved by configuringcodespell to ignore the problematic word.1 parent331cdd9 commitce1f76e
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
|
0 commit comments
Comments
(0)