ceph-csi/scripts/codespell.conf
Madhu Rajanna 8bae51db12 ci: ignore go.sum from codespell check
as go-sum is auto generated, ignore checking
codespell on this file.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2021-12-13 07:32:54 +00:00

6 lines
218 B
Plaintext

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