mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 23:09:37 +00:00
Update codespell ignore words
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
committed by
Brad Davidson
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
|
||||
|
||||
Reference in New Issue
Block a user