diff --git a/.codespellignore b/.codespellignore new file mode 100644 index 0000000000..670d6502f6 --- /dev/null +++ b/.codespellignore @@ -0,0 +1,7 @@ +aks +ec2 +eks +gce +gcp +ro +shouldnot diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index ed87b1df14..fc02895ff6 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -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 \ No newline at end of file + run: codespell --skip=.git,./scripts,MAINTAINERS,LICENSE,go.mod,go.sum --check-filenames --ignore-regex=.te# --ignore-words=.codespellignore