mirror of
https://github.com/curl/curl.git
synced 2026-06-06 14:54:15 +03:00
add codespell ignore pattern
https://cspell.org/docs/Configuration/document-settings https://github.com/codespell-project/codespell/issues/1212#issuecomment-1721152455
This commit is contained in:
parent
4d87b0db08
commit
39f52b18bd
4 changed files with 4 additions and 3 deletions
2
.github/scripts/codespell-ignore.txt
vendored
2
.github/scripts/codespell-ignore.txt
vendored
|
|
@ -7,7 +7,7 @@ ba
|
|||
bu
|
||||
clen
|
||||
CNA
|
||||
ede
|
||||
# drop when deleting winbuild
|
||||
fo
|
||||
htpt
|
||||
inout
|
||||
|
|
|
|||
1
.github/scripts/codespell.sh
vendored
1
.github/scripts/codespell.sh
vendored
|
|
@ -17,5 +17,6 @@ codespell \
|
|||
--skip '*/tool_hugehelp.c' \
|
||||
--skip 'packages/*' \
|
||||
--skip '*/test*' \
|
||||
--ignore-regex '.*spellchecker: disable' \
|
||||
--ignore-words '.github/scripts/codespell-ignore.txt' \
|
||||
$(git ls-files)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue