mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-14 10:48:10 +08:00

add codespell configuration with ignored lines for nimble Signed-off-by: raiden00pl <raiden00@railab.me>
11 lines
336 B
Plaintext
11 lines
336 B
Plaintext
[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,
|