Update codespell ignore words

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/6413/head
Brad Davidson 2 years ago committed by Brad Davidson
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…
Cancel
Save