From 2f9561a4b8ccc859211ef9817c9e614cb4693150 Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Thu, 3 Oct 2024 00:09:13 +0200 Subject: [PATCH] CI: add a last name to the list of spelling exceptions --- .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 3875af3ac..08a419bff 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,NotIn + ignore_words_list: crate,NotIn,Wirth