From d588138583742d9f9c92164245dfb030b11f082a Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Wed, 2 Nov 2022 16:16:44 +0000 Subject: [PATCH] Update codespell ignore words Signed-off-by: Brad Davidson --- .codespellignore | 7 +++++++ .github/workflows/spellcheck.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .codespellignore 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