ok/jj
1
0
Fork 0
forked from mirrors/jj

github: fix codespell skip syntax for directories

Summary: Codespell actually matches local files at the root of the repo with the
`./` prefix, so without it the `skip` field won't match. Fix this for `./target`
and `./.jj` directories.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
Change-Id: Ibeafd7e400ff3bca9187d62241296060
This commit is contained in:
Austin Seipp 2023-11-02 11:43:39 -05:00
parent c783bbce6d
commit 37d6e71f76

View file

@ -18,5 +18,5 @@ jobs:
with:
check_filenames: true
check_hidden: true
skip: target,.jj,*.lock
skip: ./target,./.jj,*.lock
ignore_words_list: crate,nd,nD