mirror of
https://github.com/curl/curl.git
synced 2026-04-25 03:42:14 +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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue