Skip to content

Commit

Permalink
Merge pull request #35 from iamniting/action
Browse files Browse the repository at this point in the history
ignore notin keyword in codespell linter
  • Loading branch information
Madhu-1 authored Jul 4, 2024
2 parents 56d7574 + f5d9938 commit 2bf6beb
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 2bf6beb

Please sign in to comment.