Skip to content

Commit ac08faa

Browse files
raiden00plxiaoxiang781216
authored andcommitted
codespell: add codespell configuration
add codespell configuration with ignored lines for nimble Signed-off-by: raiden00pl <raiden00@railab.me>
1 parent 18823c8 commit ac08faa

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.codespell-ignore-lines

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mynewt-nimble/nimble/host/services/ans/src/ble_svc_ans.c
2+
mynewt-nimble/nimble/host/services/ans/include

.codespellrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[codespell]
2+
3+
# Add complete lines to be ignored to this file.
4+
# Example for ignoring all current occurrences of (verifiably correct) word usage:
5+
# grep -hirw "emac" | sort | uniq >>.codespell-ignore-lines
6+
exclude-file = .codespell-ignore-lines
7+
8+
# Ignore complete files (e.g. legal text or other immutable material).
9+
skip =
10+
LICENSE,

0 commit comments

Comments
 (0)