mirror of
https://github.com/curl/curl.git
synced 2026-06-07 20:54:27 +03:00
go with disable-line
This commit is contained in:
parent
1622bfec55
commit
aa15206d94
4 changed files with 4 additions and 4 deletions
2
.github/scripts/codespell.sh
vendored
2
.github/scripts/codespell.sh
vendored
|
|
@ -17,6 +17,6 @@ codespell \
|
|||
--skip '*/tool_hugehelp.c' \
|
||||
--skip 'packages/*' \
|
||||
--skip '*/test*' \
|
||||
--ignore-regex '.*spellchecker:disable' \
|
||||
--ignore-regex '.*spellchecker:disable-line' \
|
||||
--ignore-words '.github/scripts/codespell-ignore.txt' \
|
||||
$(git ls-files)
|
||||
|
|
|
|||
2
.github/scripts/typos.toml
vendored
2
.github/scripts/typos.toml
vendored
|
|
@ -12,7 +12,7 @@ extend-ignore-identifiers-re = [
|
|||
]
|
||||
|
||||
extend-ignore-re = [
|
||||
".*spellchecker:disable",
|
||||
".*spellchecker:disable-line",
|
||||
]
|
||||
|
||||
[files]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue