From b3ecec1fc3b7ae6cb4a23bc8cb8d0ad9ee06db78 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 12 Jul 2025 22:34:42 +0200 Subject: [PATCH] codespell.sh: drop two exceptions (one no-op) --- .github/scripts/codespell.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/scripts/codespell.sh b/.github/scripts/codespell.sh index 9fec0de060..766eeeb87c 100755 --- a/.github/scripts/codespell.sh +++ b/.github/scripts/codespell.sh @@ -12,10 +12,8 @@ codespell \ --skip '.github/scripts/spellcheck.words' \ --skip '.github/scripts/typos.toml' \ --skip 'docs/THANKS' \ - --skip 'scripts/mk-ca-bundle.pl' \ - --skip 'scripts/wcurl' \ - --skip 'src/tool_hugehelp.c' \ --skip 'packages/*' \ + --skip 'scripts/wcurl' \ --skip 'winbuild/*' \ --ignore-regex '.*spellchecker:disable-line' \ --ignore-words '.github/scripts/codespell-ignore.txt' \