From 6a35eb8c505f39ce36ae03de6a8e1907dccbb8ac Mon Sep 17 00:00:00 2001 From: Nitin Goyal Date: Tue, 2 Jul 2024 18:36:34 +0530 Subject: [PATCH] ignore NotIn keyword in codespell linter operatorconfigs.csi.ceph.io CRD has NotIn keyword and linter fails. Add it into the ignore list. Signed-off-by: Nitin Goyal --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 37a4a128..a7204167 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -27,7 +27,7 @@ jobs: uses: codespell-project/actions-codespell@master with: skip: .git,*.sum,vendor,config - ignore_words_list: AfterAll + ignore_words_list: AfterAll,NotIn check_filenames: true check_hidden: true misspell: