Skip to content

Commit

Permalink
ci: add NotIn to ignore list in codespell
Browse files Browse the repository at this point in the history
add NotIn to ignore list in codespell as
NotIn is auto generated code.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
  • Loading branch information
Madhu-1 authored and mergify[bot] committed Jun 18, 2024
1 parent f7f8e27 commit d7c3180
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
uses: codespell-project/actions-codespell@master
with:
skip: .git,go.mod,go.sum,vendor
# kubebuilder latest release has a label with name kuberentes
# TODO: remove this in next kubebuilder update as this is fixed
# in kubebuilder master
# https://github.com/kubernetes-sigs/kubebuilder/pull/2964
ignore_words_list: kuberentes
ignore_words_list: NotIn
check_filenames: true
check_hidden: true

0 comments on commit d7c3180

Please sign in to comment.