mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-14 19:08:19 +08:00
codespell: add codespell configuration
add codespell configuration with ignored lines for nimble Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
2
.codespell-ignore-lines
Normal file
2
.codespell-ignore-lines
Normal file
@@ -0,0 +1,2 @@
|
||||
mynewt-nimble/nimble/host/services/ans/src/ble_svc_ans.c
|
||||
mynewt-nimble/nimble/host/services/ans/include
|
10
.codespellrc
Normal file
10
.codespellrc
Normal file
@@ -0,0 +1,10 @@
|
||||
[codespell]
|
||||
|
||||
# Add complete lines to be ignored to this file.
|
||||
# Example for ignoring all current occurrences of (verifiably correct) word usage:
|
||||
# grep -hirw "emac" | sort | uniq >>.codespell-ignore-lines
|
||||
exclude-file = .codespell-ignore-lines
|
||||
|
||||
# Ignore complete files (e.g. legal text or other immutable material).
|
||||
skip =
|
||||
LICENSE,
|
Reference in New Issue
Block a user