From 2e0dde81a626fda184e1846d98183bc1f95fd127 Mon Sep 17 00:00:00 2001 From: Yuya Nishihara Date: Fri, 24 May 2024 10:46:32 +0900 Subject: [PATCH] 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 --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 4074c08a0..4bf658c8d 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -19,4 +19,4 @@ jobs: check_filenames: true check_hidden: true skip: ./target,./.jj,*.lock - ignore_words_list: crate + ignore_words_list: crate,NotIn