Skip to content

Commit

Permalink
shut codespell up about NotIn
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomitn committed Jun 24, 2024
1 parent b19142b commit 1361f90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codespell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
with:
check_filenames: true
check_hidden: true
skip: "./go.sum"
skip: "./go.sum"
ignore-words-list: NotIn

Check failure on line 22 in .github/workflows/codespell.yaml

View workflow job for this annotation

GitHub Actions / codespell

NotIn ==> noting, not in, notion

0 comments on commit 1361f90

Please sign in to comment.