Skip to content

Commit 90d659c

Browse files
committed
Exclude BearSSL library files from spell check
The latest release of the codespell tool used for automated spell checking of the files of this project included an expansion of the misspelled words dictionary. This caused the spell checker to trigger on some content in the BearSSL library vendored in this project. These included both false and true positives. Although the former can be fixed by ignoring the specific word and the latter by fixing the typo, it doesn't really make sense to be checking these files which appear to be mostly copies of content maintained externally. For this reason, the best approach will be to exclude the files from the check entirely.
1 parent 9673032 commit 90d659c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codespellrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
ignore-words-list = alocation,wan
55
check-filenames =
66
check-hidden =
7-
skip = ./.git,./extras/test/external,./src/cbor/lib/tinycbor
7+
skip = ./.git,./extras/test/external,./src/cbor/lib/tinycbor,./src/tls/bearssl

0 commit comments

Comments
 (0)