ceph-csi/scripts/codespell.conf
Niels de Vos b54d7cb1ea ci: skip ./api/vendor in codespell runs
The `./api/vendor` directory seems to have spellcheck problems while
running locally. For some reason the CI jobs running in GitHub do not
seem to be affected.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
2023-10-18 07:20:27 +00:00

6 lines
231 B
Plaintext

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