From: Viktor Szakats Date: Tue, 20 Jan 2026 18:14:37 +0000 (+0100) Subject: CI: do not codespell `RELEASE-NOTES` X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbc4603b09703cba7775bec7c0a3f1ac378cb18f;p=thirdparty%2Fcurl.git CI: do not codespell `RELEASE-NOTES` It contains names. Reported-by: Daniel Stenberg Fixes #20376 Revert 3e3d526c4ce4fea3c3a1b46bf55cc1b64fa10c5d Follow-up to 5f5e000278df1029db2ee3f4499b5ce27c1861b2 Follow-up to 85cfc15601b19f13f1d480e6f7ba8922850429c3 Follow-up to 977595772c6e650b538da965cde676c9bc15cfd8 Follow-up to 0260e8465a2373b22588086acdfa5f4cf0e16e29 #17905 Closes #20378 --- diff --git a/.github/scripts/codespell-ignore.words b/.github/scripts/codespell-ignore.words index b64de09d2b..1a5e106400 100644 --- a/.github/scripts/codespell-ignore.words +++ b/.github/scripts/codespell-ignore.words @@ -4,7 +4,6 @@ anonymou aNULL bu -Buss clen CNA hel diff --git a/.github/scripts/codespell.sh b/.github/scripts/codespell.sh index a14d36a53b..ac5f27dc47 100755 --- a/.github/scripts/codespell.sh +++ b/.github/scripts/codespell.sh @@ -14,6 +14,7 @@ codespell \ --skip 'docs/THANKS' \ --skip 'projects/OS400/*' \ --skip 'projects/vms/*' \ + --skip 'RELEASE-NOTES' \ --skip 'scripts/wcurl' \ --ignore-regex '.*spellchecker:disable-line' \ --ignore-words '.github/scripts/codespell-ignore.words' \