mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Update codespell ignore words
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
parent
d7dbf69f7f
commit
d588138583
7
.codespellignore
Normal file
7
.codespellignore
Normal file
@ -0,0 +1,7 @@
|
||||
aks
|
||||
ec2
|
||||
eks
|
||||
gce
|
||||
gcp
|
||||
ro
|
||||
shouldnot
|
2
.github/workflows/spellcheck.yaml
vendored
2
.github/workflows/spellcheck.yaml
vendored
@ -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
Block a user