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 detect occurrences of commonly misspelled words in the project files.
The project readme references the acronym "ALS" (ambient light sensor). This happens to be in the codespell misspelled
word dictionary as a misspelling of "also", and so causes a failure of the spellcheck.
The false positive is resolved by adding the word to the ignore list in the codespell configuration.
0 commit comments