From 2f5ce9db892bcd60f9b0167bd1cca9e02fb9910e Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Wed, 21 Feb 2024 21:05:22 -0600 Subject: [PATCH] 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 --- .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 c20151481..c17fa4fa3 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,nd,nD + ignore_words_list: crate