Skip to content

Commit 4ee3c63

Browse files
committed
ci(codespell): skip svd folder
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 35a096e commit 4ee3c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CodeSpell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
check_hidden: true
2525
# In the event of a false positive, add the word in all lower case to this file:
2626
ignore_words_file: ./CI/codespell/.codespellignore
27-
skip: ./.git,./CI,./system/Drivers,./system/Middlewares
27+
skip: ./.git,./CI,./svd,./system/Drivers,./system/Middlewares

0 commit comments

Comments
 (0)