try built-in codespell ignore tag

This commit is contained in:
Viktor Szakats 2025-07-12 16:55:32 +02:00
parent 39f52b18bd
commit 9f106eb259
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
3 changed files with 2 additions and 3 deletions

View file

@ -17,6 +17,5 @@ codespell \
--skip '*/tool_hugehelp.c' \
--skip 'packages/*' \
--skip '*/test*' \
--ignore-regex '.*spellchecker: disable' \
--ignore-words '.github/scripts/codespell-ignore.txt' \
$(git ls-files)