Skip to content

Commit

Permalink
ignore notin keyword in codespell linter
Browse files Browse the repository at this point in the history
CRD has notin keyword and linter fails. Add it into the ignore list.

Signed-off-by: Nitin Goyal <[email protected]>
  • Loading branch information
iamniting committed Jul 4, 2024
1 parent 56d7574 commit f5d9938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: codespell
uses: codespell-project/actions-codespell@master
with:
skip: .git,*.sum,vendor,config
ignore_words_list: AfterAll,NotIn,immediatedly
skip: .git,*.sum,vendor
ignore_words_list: AfterAll,NotIn,notin,immediatedly
check_filenames: true
check_hidden: true
misspell:
Expand Down

0 comments on commit f5d9938

Please sign in to comment.