Commit 4d0ee96
authored
Fix spellcheck false positive
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.1 parent fd22543 commit 4d0ee96
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