codespell include test data

This commit is contained in:
Viktor Szakats 2025-07-12 18:04:26 +02:00
parent 5f0611d14f
commit 1794aad6f3
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

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