From 15670cb66ca268eab5312c3977752dae24175431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Fri, 19 Aug 2022 20:17:32 +0200 Subject: [PATCH] Silence, please! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- .codespellignore | 1 + .github/workflows/codespell.yml | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .codespellignore diff --git a/.codespellignore b/.codespellignore new file mode 100644 index 0000000..5f24e72 --- /dev/null +++ b/.codespellignore @@ -0,0 +1 @@ +padd diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index a6dcf33..7c55f6a 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -14,3 +14,5 @@ jobs: - name: Spell-Checking uses: codespell-project/actions-codespell@master + with: + ignore_words_file: .codespellignore