We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a096e commit 4ee3c63Copy full SHA for 4ee3c63
.github/workflows/CodeSpell.yml
@@ -24,4 +24,4 @@ jobs:
24
check_hidden: true
25
# In the event of a false positive, add the word in all lower case to this file:
26
ignore_words_file: ./CI/codespell/.codespellignore
27
- skip: ./.git,./CI,./system/Drivers,./system/Middlewares
+ skip: ./.git,./CI,./svd,./system/Drivers,./system/Middlewares
0 commit comments