ci: codespell: ignore ‘zar’ (user who contributed)

This commit is contained in:
Daniel Eklöf 2022-08-20 18:25:05 +02:00
parent 20b8ca1601
commit ccef435736
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,zar README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd

View file

@ -109,4 +109,4 @@ codespell:
- apk add python3
- apk add py3-pip
- pip install codespell
- codespell -Lser,doas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
- codespell -Lser,doas,zar 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 -Lser,doas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
- codespell -Lser,doas,zar README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
subprojects:
when: