blob: d5d337d2cbb3a563a2f69ad4a35591873496e08f (
plain)
| 1
2
3
4
5
6
7
8
 | # 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 a comma-separated list here:
ignore-words-list = hart,pullrequest
builtin = clear
check-filenames =
check-hidden =
skip = ./.git,./firmwares/arduinoISP,./firmwares/wifishield,./bootloaders
 |