ci: skip codespell for retest vendor

as there are lot of spell check failures
on the vendor directory, skipping it.

skipping retest action folder as
PullRequests word is not getting ignored

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2021-11-15 12:31:24 +05:30 committed by mergify[bot]
parent f9f465073f
commit ec34fdd505

View File

@ -1,4 +1,5 @@
[codespell]
skip = .git,./vendor,./docs/design/proposals/images
# TODO: enable codespell on retest folder except vendor
skip = .git,./vendor,./docs/design/proposals/images,./actions/retest/*
ignore-words-list = ExtraVersion,extraversion,ba
check-filenames = true