From 4ee3c63b826fcd33f45f10eb3b6cacfbbd102f8f Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Thu, 27 Jun 2024 10:10:06 +0200 Subject: [PATCH] ci(codespell): skip svd folder Signed-off-by: Frederic Pillon --- .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 79af4af75e..e0f420a41b 100644 --- a/.github/workflows/CodeSpell.yml +++ b/.github/workflows/CodeSpell.yml @@ -24,4 +24,4 @@ jobs: check_hidden: true # In the event of a false positive, add the word in all lower case to this file: ignore_words_file: ./CI/codespell/.codespellignore - skip: ./.git,./CI,./system/Drivers,./system/Middlewares + skip: ./.git,./CI,./svd,./system/Drivers,./system/Middlewares