ci: codespell: ignore ‘doas’

This commit is contained in:
Daniel Eklöf 2021-08-27 20:45:19 +02:00
parent fd78fa98b4
commit 3990cd4392
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 2 additions and 2 deletions

View file

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

View file

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