Skip to content

Commit 5981b0a

Browse files
committed
fix(pre-commit): Apply pre-commit fixes
1 parent 01b8f6f commit 5981b0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .codespellrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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,dout,als,exten
4+
ignore-words-list = ba,licence,ot,dout,als,exten,emac
55
skip = ./.git,./.licenses,__pycache__,.clang-format,.codespellrc,.editorconfig,.flake8,.prettierignore,.yamllint.yml,.gitignore,boards.txt,platform.txt,programmers.txt
66
builtin = clear,informal,en-GB_to_en-US
77
check-filenames =

Diff for: libraries/USB/src/keyboardLayout/KeyboardLayout.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
only in Keyboard.cpp and the keyboard layout files. Layout files map
66
ASCII character codes to keyboard scan codes (technically, to USB HID
77
Usage codes), possibly altered by the SHIFT or ALT_GR modifiers.
8-
Non-ACSII characters (anything outside the 7-bit range NUL..DEL) are
8+
Non-ASCII characters (anything outside the 7-bit range NUL..DEL) are
99
not supported.
1010
1111
== Creating your own layout ==

0 commit comments

Comments
 (0)