mirror of https://github.com/k3s-io/k3s
Update codespell ignore words
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/6413/head
parent
d7dbf69f7f
commit
d588138583
|
@ -0,0 +1,7 @@
|
|||
aks
|
||||
ec2
|
||||
eks
|
||||
gce
|
||||
gcp
|
||||
ro
|
||||
shouldnot
|
|
@ -21,4 +21,4 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install codespell
|
||||
- name: Check spelling
|
||||
run: codespell --skip=.git,./scripts,MAINTAINERS,LICENSE,go.mod,go.sum --check-filenames --ignore-words-list=ba
|
||||
run: codespell --skip=.git,./scripts,MAINTAINERS,LICENSE,go.mod,go.sum --check-filenames --ignore-regex=.te# --ignore-words=.codespellignore
|
||||
|
|
Loading…
Reference in New Issue