mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Add missing header files in netutils and lsan modules to fix implicit function declarations and improve compilation compatibility. Signed-off-by: hongfengchen <hongfengchen@xiaomi.com>
13 lines
426 B
Text
13 lines
426 B
Text
[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,
|
|
|
|
# Ignore words list (FTP protocol commands and technical terms)
|
|
ignore-words-list = ALLO
|