mirror of
https://github.com/curl/curl.git
synced 2026-04-15 08:51:46 +03:00
CI: do not codespell RELEASE-NOTES
It contains names. Reported-by: Daniel Stenberg Fixes #20376 Revert3e3d526c4cFollow-up to5f5e000278Follow-up to85cfc15601Follow-up to977595772cFollow-up to0260e8465a#17905 Closes #20378
This commit is contained in:
parent
3e3d526c4c
commit
dbc4603b09
2 changed files with 1 additions and 1 deletions
1
.github/scripts/codespell-ignore.words
vendored
1
.github/scripts/codespell-ignore.words
vendored
|
|
@ -4,7 +4,6 @@
|
|||
anonymou
|
||||
aNULL
|
||||
bu
|
||||
Buss
|
||||
clen
|
||||
CNA
|
||||
hel
|
||||
|
|
|
|||
1
.github/scripts/codespell.sh
vendored
1
.github/scripts/codespell.sh
vendored
|
|
@ -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' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue