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