From 1794aad6f3b511e26fdf18204e57f34dfe5cbc29 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 12 Jul 2025 18:04:26 +0200 Subject: [PATCH] codespell include test data --- .github/scripts/codespell.sh | 1 - 1 file changed, 1 deletion(-) 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)