Adafruit_TinyUSB_Arduino/.codespellrc
hathach 6293f86d5b add codespell ci
rename clang_and_doxy to pre-commit to also include codespell, required
to pass before running build
2022-12-28 11:58:46 +07:00

10 lines
425 B
Text

# 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 = .git