diff --git a/.github/scripts/codespell.sh b/.github/scripts/codespell.sh index 86ac270230..30823a0591 100755 --- a/.github/scripts/codespell.sh +++ b/.github/scripts/codespell.sh @@ -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)