Ignore config/crd/crds/crds.go file in codespell (#3174)

This file is generated and has binary contents that we shouldn't be
modifying anyway.

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
Nolan Brubaker
2020-12-10 18:17:16 -05:00
committed by GitHub
parent 6b7b0f4de9
commit f1ec10a518

View File

@@ -13,7 +13,8 @@ jobs:
- name: Codespell
uses: codespell-project/actions-codespell@master
with:
skip: .git,*.png,*.jpg,*.woff,*.ttf,*.gif,*.ico
# 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
ignore_words_list: iam,aks,ist,bridget,ue
check_filenames: true
check_hidden: true