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
6a31e3137a1352aec528d768dee8d5a1c509f451 #18939
Closes #18946
directories:
- '/.github/scripts'
- '/tests'
- - '/tests/http'
schedule:
interval: 'monthly'
commit-message:
--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)
[files]
extend-exclude = [
- ".github/scripts/codespell-ignore.txt",
+ ".github/scripts/codespell-ignore.words",
".github/scripts/spellcheck.words",
"docs/THANKS",
"packages/*",