Update CI codespell check
update the path of crds.go to ignore it. Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>pull/3614/head
parent
ee920ea9bc
commit
e4dd55566d
|
@ -14,7 +14,7 @@ jobs:
|
|||
uses: codespell-project/actions-codespell@master
|
||||
with:
|
||||
# ignore the config/.../crd.go file as it's generated binary data that is edited elswhere.
|
||||
skip: .git,*.png,*.jpg,*.woff,*.ttf,*.gif,*.ico,./config/crd/crds/crds.go
|
||||
skip: .git,*.png,*.jpg,*.woff,*.ttf,*.gif,*.ico,./config/crd/v1beta1/crds/crds.go,./config/crd/v1/crds/crds.go
|
||||
ignore_words_list: iam,aks,ist,bridget,ue
|
||||
check_filenames: true
|
||||
check_hidden: true
|
||||
|
|
Loading…
Reference in New Issue