add codespell exception

This commit is contained in:
Viktor Szakats 2025-07-12 02:04:18 +02:00
parent 190d9f41c5
commit 6be7668d86
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -77,7 +77,7 @@ jobs:
--skip src/tool_hugehelp.c \
--skip scripts/wcurl \
--ignore-words .github/scripts/codespell-ignore.txt \
--skip '*/test*,*/THANKS,*/spellcheck.words,packages/*' \
--skip '*/test*,*/THANKS,*/spellcheck.words,packages/*,*/typos.toml' \
$(git ls-files)
- name: 'typos'