Commit 80d22e9
committed
Fix spell check false positive by ignoring word
In the latest release of the codespell tool used for automated spell checking of the files of this project, the word
"bu" was added to the codespell misspelled words dictionary as a misspelling of "by".
This caused a false detection of a CBOR map label `bu` as a misspelling, resulting in a failing spell check result.
Since the occurrence of this word is correct and intended in this project, the false positive is resolved by configuring
codespell to ignore the problematic word.1 parent 90d659c commit 80d22e9
1 file changed
+1
-1
lines changed| 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