mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
codespell: Add ARCHTYPE to ignore list
ARCHTYPE is a valid abbreviation for 'architecture type' used consistently across the codebase. This matches the nuttx repo's .codespellrc configuration. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
b5d151f73f
commit
68f9e5424b
1 changed files with 1 additions and 1 deletions
|
|
@ -10,4 +10,4 @@ skip =
|
|||
LICENSE,
|
||||
|
||||
# Ignore words list (FTP protocol commands and technical terms)
|
||||
ignore-words-list = ALLO
|
||||
ignore-words-list = ALLO, ARCHTYPE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue