mirror of
https://github.com/curl/curl.git
synced 2026-04-18 02:31:39 +03:00
GHA/dependabot: tweak dir list to avoid a dupe, rename .txt file to avoid the bot
It correctly picked all pips, but also picked
`tests/http/requirements.txt` twice and also
`.github/scripts/codespell-ignore.txt`. Try avoid these issues with this
patch.
Follow-up to 6a31e3137a #18939
Closes #18946
This commit is contained in:
parent
6a31e3137a
commit
c951fe7e6d
4 changed files with 2 additions and 3 deletions
2
.github/scripts/codespell.sh
vendored
2
.github/scripts/codespell.sh
vendored
|
|
@ -15,5 +15,5 @@ codespell \
|
|||
--skip 'packages/*' \
|
||||
--skip 'scripts/wcurl' \
|
||||
--ignore-regex '.*spellchecker:disable-line' \
|
||||
--ignore-words '.github/scripts/codespell-ignore.txt' \
|
||||
--ignore-words '.github/scripts/codespell-ignore.words' \
|
||||
$(git ls-files)
|
||||
|
|
|
|||
2
.github/scripts/typos.toml
vendored
2
.github/scripts/typos.toml
vendored
|
|
@ -21,7 +21,7 @@ extend-ignore-re = [
|
|||
|
||||
[files]
|
||||
extend-exclude = [
|
||||
".github/scripts/codespell-ignore.txt",
|
||||
".github/scripts/codespell-ignore.words",
|
||||
".github/scripts/spellcheck.words",
|
||||
"docs/THANKS",
|
||||
"packages/*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue