Skip to content

Commit 69f551e

Browse files
committed
Fix codespell config
1 parent c4bbbeb commit 69f551e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .codespellrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[codespell]
22
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/spell-check/.codespellrc
33
# In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here:
4-
ignore-words-list = ba,licence,ot
5-
skip = ./.git,./.licenses,__pycache__,./.clang-format,./.editorconfig,./.flake8,./.prettierignore,./.yamllint.yml
4+
ignore-words-list = ba,licence,ot,dout,als
5+
skip = ./.git,./.licenses,__pycache__,./.clang-format,./.editorconfig,./.flake8,./.prettierignore,./.yamllint.yml,./.gitignore,./boards.txt,./platform.txt,./programmers.txt
66
builtin = clear,informal,en-GB_to_en-US
77
check-filenames =
88
check-hidden =

Diff for: .pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ repos:
1818
rev: "v2.2.4"
1919
hooks:
2020
- id: codespell
21+
exclude: ^.*\.(svd|SVD)$
2122
- repo: https://github.com/pre-commit/mirrors-clang-format
2223
rev: "v15.0.7"
2324
hooks:

0 commit comments

Comments
 (0)