mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
ci: codespell: don’t uppercase words in the exclude list
This commit is contained in:
parent
1b0fac49ed
commit
8c66dbbd78
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
||||
|
|
|
|||
|
|
@ -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 README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
||||
|
||||
subprojects:
|
||||
when:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue