codespell: extend checks to more subdirs

- fix issues found.
- fix a few more found locally.

Closes #15072
This commit is contained in:
Viktor Szakats 2024-09-27 01:16:38 +02:00
parent 6b2824dae1
commit cfae354a9a
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
10 changed files with 20 additions and 15 deletions

View file

@ -53,7 +53,12 @@ jobs:
python3 -m pip install cmakelint==1.4.3
- name: spellcheck
run: codespell --skip src/tool_hugehelp.c -I .github/scripts/codespell-ignore.txt include src lib
run: |
codespell \
--skip scripts/mk-ca-bundle.pl \
--skip src/tool_hugehelp.c \
-I .github/scripts/codespell-ignore.txt \
CMake include m4 scripts src lib
- name: cmakelint
run: scripts/cmakelint.sh