forked from mirrors/jj
github: silence codespell false-positive "NotIn"
Appears that the new version is stricter about CamelCase identifiers? https://github.com/martinvonz/jj/actions/runs/9217071832/job/25358450632
This commit is contained in:
parent
f54aca7e67
commit
2e0dde81a6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
|
@ -19,4 +19,4 @@ jobs:
|
|||
check_filenames: true
|
||||
check_hidden: true
|
||||
skip: ./target,./.jj,*.lock
|
||||
ignore_words_list: crate
|
||||
ignore_words_list: crate,NotIn
|
||||
|
|
Loading…
Reference in a new issue