Commit 1189276
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.
One of the identifiers "nextED" used in the codebase happens to match against the misspelled word dictionary entry for
"nested", which causes codespell to produce a false misspelled word detection.
Since the code that produced the detection is correct and intended, the false positive is resolved by configuring
codespell to ignore the problematic word.1 parent 498d7ec commit 1189276
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments