We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535fb19 commit d96dc56Copy full SHA for d96dc56
.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 = ,
6
-skip = ./.git,./.licenses,__pycache__,node_modules,./go.mod,./go.sum,./package-lock.json,./poetry.lock,./yarn.lock,./src/tinycbor
+skip = ./.git,./.licenses,__pycache__,node_modules,./go.mod,./go.sum,./package-lock.json,./poetry.lock,./yarn.lock,./src/cbor/tinycbor
7
builtin = clear,informal,en-GB_to_en-US
8
check-filenames =
9
check-hidden =
0 commit comments