forked from mirrors/jj
github: fix codespell ignore list
This seems like it might have been some debugging leftover or copy-and-paste error? Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
e80b906188
commit
2f5ce9db89
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_filenames: true
|
||||||
check_hidden: true
|
check_hidden: true
|
||||||
skip: ./target,./.jj,*.lock
|
skip: ./target,./.jj,*.lock
|
||||||
ignore_words_list: crate,nd,nD
|
ignore_words_list: crate
|
||||||
|
|
Loading…
Reference in a new issue