We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5da840 commit 303ad7eCopy full SHA for 303ad7e
1 file changed
.github/workflows/pr-codespell.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
# ignore the config/.../crd.go file as it's generated binary data that is edited elsewhere.
17
skip: .git,*.png,*.jpg,*.woff,*.ttf,*.gif,*.ico,./config/crd/v1beta1/crds/crds.go,./config/crd/v1/crds/crds.go,./config/crd/v2alpha1/crds/crds.go,./go.sum,./LICENSE
18
- ignore_words_list: iam,aks,ist,bridget,ue,shouldnot,atleast,notin,sme,optin
+ ignore_words_list: iam,aks,ist,bridget,ue,shouldnot,atleast,notin,sme,optin,kubernetes
19
check_filenames: true
20
check_hidden: true
21
0 commit comments