We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4bbbeb commit 5f3384aCopy full SHA for 5f3384a
.codespellrc
@@ -1,8 +1,8 @@
1
[codespell]
2
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/spell-check/.codespellrc
3
# 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
+ignore-words-list = ba,licence,ot,dout,als
+skip = ./.git,./.licenses,__pycache__,./.clang-format,./.editorconfig,./.flake8,./.prettierignore,./.yamllint.yml,./.gitignore,./boards.txt,./platform.txt,./programmers.txt
6
builtin = clear,informal,en-GB_to_en-US
7
check-filenames =
8
check-hidden =
0 commit comments