ci: codespell: don’t uppercase words in the exclude list

This commit is contained in:
Daniel Eklöf 2022-02-05 17:31:16 +01:00
parent 1b0fac49ed
commit 8c66dbbd78
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 3 additions and 3 deletions

View file

@ -49,4 +49,4 @@ tasks:
- codespell: |
pip install codespell
cd foot
~/.local/bin/codespell -LSer,doas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
~/.local/bin/codespell -Lser,doas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd