codespell.sh: drop two exceptions (one no-op)

This commit is contained in:
Viktor Szakats 2025-07-12 22:34:42 +02:00
parent e0fd8c5fb2
commit b3ecec1fc3
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -12,10 +12,8 @@ codespell \
--skip '.github/scripts/spellcheck.words' \
--skip '.github/scripts/typos.toml' \
--skip 'docs/THANKS' \
--skip 'scripts/mk-ca-bundle.pl' \
--skip 'scripts/wcurl' \
--skip 'src/tool_hugehelp.c' \
--skip 'packages/*' \
--skip 'scripts/wcurl' \
--skip 'winbuild/*' \
--ignore-regex '.*spellchecker:disable-line' \
--ignore-words '.github/scripts/codespell-ignore.txt' \