ci: allow ‘Ser’ (as in Simon Ser) in Codespell

This commit is contained in:
Daniel Eklöf 2022-02-05 17:26:14 +01:00
parent 844563a791
commit 6c38c2358a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -114,4 +114,4 @@ codespell:
- apk add python3
- apk add py3-pip
- pip install codespell
- codespell -Ldoas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
- codespell -LSer -Ldoas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd

View file

@ -9,7 +9,7 @@ pipeline:
- apk add python3
- apk add py3-pip
- pip install codespell
- codespell -Ldoas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
- codespell -LSer -Ldoas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
subprojects:
when: