Update codespell ignore words

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson 2022-11-02 16:16:44 +00:00 committed by Brad Davidson
parent d7dbf69f7f
commit d588138583
2 changed files with 8 additions and 1 deletions

7
.codespellignore Normal file
View File

@ -0,0 +1,7 @@
aks
ec2
eks
gce
gcp
ro
shouldnot

View File

@ -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