mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 13:05:17 +00:00
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:
3
.github/workflows/pr-codespell.yml
vendored
3
.github/workflows/pr-codespell.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user