Skip to content

Commit 01f2ca0

Browse files
committed
Don't use codespell's "rare" dictionary for CI spell check
By default, the "rare" dictionary is used in addition to the more conservative "clear" dictionary. The "rare" dictionary contains common misspellings that are also valid spellings of less commonly used words. For example, the "rare" dictionary contains "wan" as a misspelling of "want", but "wan" is a valid word (and, more relevant to the Arduino world, also a valid acronym for "wide-area network"). The goal for the "Spell Check" workflow is to catch some typos without a significant number of false positives, even if that means some misspellings slip through. I think the "clear" dictionary is more in line with that goal.
1 parent a430b18 commit 01f2ca0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .codespellrc

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ ignore-words-list = ,
55
check-filenames =
66
check-hidden =
77
skip = ./.git
8+
builtin = clear

0 commit comments

Comments
 (0)