diff options
author | Silvano Cerza <3314350+silvanocerza@users.noreply.github.com> | 2021-09-08 10:57:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-08 10:57:29 +0200 |
commit | 8f8df161ebf3d8bc595d226c3d3a9125383042a5 (patch) | |
tree | 6d0e67f6c3f8768d7edf5e997ca0513ffd0fce61 /.codespellrc | |
parent | 24e6edd475c287cdafee0a4db2eb98927ce3cf58 (diff) | |
parent | 4899e506bbddf4561d51ea1c04a88335ad5f9907 (diff) |
Merge pull request #417 from per1234/ignore-word
Don't use codespell's "rare" dictionary for CI spell check
Diffstat (limited to '.codespellrc')
-rw-r--r-- | .codespellrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.codespellrc b/.codespellrc index 6aace1d..d5d337d 100644 --- a/.codespellrc +++ b/.codespellrc @@ -2,6 +2,7 @@ [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 |