2022-12-04 20:29:24 +07:00
|
|
|
# See: https://github.com/codespell-project/codespell#using-a-config-file
|
|
|
|
[codespell]
|
2022-12-04 21:28:20 +07:00
|
|
|
# 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'
|
2023-08-02 15:52:06 +07:00
|
|
|
ignore-words = tools/codespell/ignore-words.txt
|
|
|
|
exclude-file = tools/codespell/exclude-file.txt
|
2022-12-04 20:29:24 +07:00
|
|
|
check-filenames =
|
|
|
|
check-hidden =
|
2022-12-04 21:28:20 +07:00
|
|
|
count =
|
2023-03-17 17:27:34 +07:00
|
|
|
skip = *.rb,.cproject,.git,./lib,./examples/*/*/_build,./examples/*/*/ses,./examples/*/*/ozone,./hw/mcu,./tests_obsolete
|