codespell.sh cleanup

This commit is contained in:
Viktor Szakats 2025-07-12 18:15:53 +02:00
parent 1794aad6f3
commit 9efcbee545
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -9,8 +9,8 @@ cd "$(dirname "${0}")"/../..
# shellcheck disable=SC2046
codespell \
--skip '*/spellcheck.words' \
--skip '*/typos.toml' \
--skip '.github/scripts/spellcheck.words' \
--skip '.github/scripts/typos.toml' \
--skip 'docs/THANKS' \
--skip 'scripts/mk-ca-bundle.pl' \
--skip 'scripts/wcurl' \