mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
cleanup: run codespell on containerized testing
This commit adds a new target codespell to the make containerized-test. Fixes: #2229 Signed-off-by: Yati Padia <ypadia@redhat.com>
This commit is contained in:
committed by
Madhu Rajanna
parent
7fba62dd47
commit
e077c1fdf5
@ -29,6 +29,7 @@ RUN source /build.env \
|
||||
librbd-devel \
|
||||
rubygems \
|
||||
ShellCheck \
|
||||
codespell \
|
||||
yamllint \
|
||||
npm \
|
||||
diffutils \
|
||||
|
4
scripts/codespell.conf
Normal file
4
scripts/codespell.conf
Normal file
@ -0,0 +1,4 @@
|
||||
[codespell]
|
||||
skip = .git,./vendor,./docs/design/proposals/images
|
||||
ignore-words-list = ExtraVersion,extraversion,ba
|
||||
check-filenames = true
|
Reference in New Issue
Block a user