Commit a7ccb415 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Update codespell ignore words

parent 8d95fad4
aks
ec2
eks
gce
gcp
ro
shouldnot
...@@ -21,4 +21,4 @@ jobs: ...@@ -21,4 +21,4 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install codespell pip install codespell
- name: Check spelling - 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
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment