We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe2acf1 + af726e3 commit e5d9075Copy full SHA for e5d9075
.codespellrc
@@ -3,7 +3,7 @@
3
[codespell]
4
# In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here:
5
ignore-words-list = ot,porperties,propert
6
-skip = ./.git,./.licenses,**/go.mod,**/go.sum,__pycache__,./package-lock.json,./poetry.lock,./yarn.lock,./arduino-lint,./arduino-lint.exe,./internal/rule/rulefunction/testdata/libraries/MisspelledSentenceParagraphValue/library.properties,./site
+skip = ./.licenses,.git,__pycache__,node_modules,go.mod,go.sum,package-lock.json,poetry.lock,yarn.lock,./arduino-lint,./arduino-lint.exe,./internal/rule/rulefunction/testdata/libraries/MisspelledSentenceParagraphValue/library.properties,./site
7
builtin = clear,informal,en-GB_to_en-US
8
check-filenames =
9
check-hidden =
0 commit comments