diff options
Diffstat (limited to '.codespell')
-rw-r--r-- | .codespell/.codespellrc | 5 | ||||
-rw-r--r-- | .codespell/requirements.txt | 1 | ||||
-rw-r--r-- | .codespell/wordlist.txt | 18 |
3 files changed, 24 insertions, 0 deletions
diff --git a/.codespell/.codespellrc b/.codespell/.codespellrc new file mode 100644 index 0000000..75b9257 --- /dev/null +++ b/.codespell/.codespellrc @@ -0,0 +1,5 @@ +[codespell] +quiet-level = 2 +count = +skip = ./deps,./src/crc16_slottable.h,tmp*,./.git,./lcov-html +ignore-words = ./.codespell/wordlist.txt diff --git a/.codespell/requirements.txt b/.codespell/requirements.txt new file mode 100644 index 0000000..2e90492 --- /dev/null +++ b/.codespell/requirements.txt @@ -0,0 +1 @@ +codespell==2.1.0 diff --git a/.codespell/wordlist.txt b/.codespell/wordlist.txt new file mode 100644 index 0000000..986773b --- /dev/null +++ b/.codespell/wordlist.txt @@ -0,0 +1,18 @@ +ake +bale +fle +fo +gameboy +mutli +nd +nees +oll +optin +ot +smove +te +tre +cancelability +ist +statics +filetest |