Skip to content

Commit

Permalink
github: silence codespell false-positive "NotIn"
Browse files Browse the repository at this point in the history
Appears that the new version is stricter about CamelCase identifiers?

https://github.com/martinvonz/jj/actions/runs/9217071832/job/25358450632
  • Loading branch information
yuja committed May 24, 2024
1 parent f54aca7 commit 2e0dde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
check_filenames: true
check_hidden: true
skip: ./target,./.jj,*.lock
ignore_words_list: crate
ignore_words_list: crate,NotIn

0 comments on commit 2e0dde8

Please sign in to comment.