You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
566 B
11 lines
566 B
2 years ago
|
# See: https://github.com/codespell-project/codespell#using-a-config-file
|
||
|
[codespell]
|
||
|
# In the event of a false positive, add the problematic word, in all lowercase, to 'ignore-words.txt' (one word per line).
|
||
|
# Or copy & paste the whole problematic line to 'exclude-file.txt'
|
||
|
ignore-words = .codespell/ignore-words.txt
|
||
|
exclude-file = .codespell/exclude-file.txt
|
||
|
check-filenames =
|
||
|
check-hidden =
|
||
|
count =
|
||
|
skip = .cproject,./.git,./hw/mcu,./lib,./examples/*/*/_build,./examples/*/*/ses,./examples/*/*/ozone,./hw/mcu,./test/unit-test/vendor,./tests_obsolete,./tools/uf2
|