mirror of
https://github.com/curl/curl.git
synced 2026-07-25 22:17:16 +03:00
codespell: extend checks to more subdirs
- fix issues found. - fix a few more found locally. Closes #15072
This commit is contained in:
parent
6b2824dae1
commit
cfae354a9a
10 changed files with 20 additions and 15 deletions
7
.github/workflows/checksrc.yml
vendored
7
.github/workflows/checksrc.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue