Skip to content

Commit 73e7e30

Browse files
committed
dist/tools/codespell: ignore false positives
Add two false positives to the list of words to ignore.
1 parent 8fbbc40 commit 73e7e30

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

dist/tools/codespell/ignored_words.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ dout
1717
# ALS (Ambient Light Sensing) => ALSO
1818
als
1919

20+
# CAF (Comp. A Enable Output Filter (MSP430) or Copy All Frames (SAM0) or C++ Actor Framework) => CALF
21+
caf
22+
2023
# Technik (From "Beuth Hochschule für Technik Berlin") => Technique
2124
technik
2225

@@ -150,3 +153,6 @@ donot
150153

151154
# Didi (Ayman El Didi) => Did
152155
didi
156+
157+
# loath => loathe (both correct, one is an adjective, the other a verb)
158+
loath

0 commit comments

Comments
 (0)