You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments