Skip to content

Commit 135aecc

Browse files
committed
CI: fix codespell false positive by adding word to ignore list
"exampels" is in the script's check for misspelled examples folders. Although codespell is right to detect this as a misspelled word, the word is intentionally misspelled in the code, and thus needs to be ignored.
1 parent 57bcd03 commit 135aecc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/codespell-ignore-words-list.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
ba
22
propert
33
te
4+
exampels

0 commit comments

Comments
 (0)