Skip to content

Commit 68f9e54

Browse files
no1wudiacassis
authored andcommitted
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>
1 parent b5d151f commit 68f9e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ skip =
1010
LICENSE,
1111

1212
# Ignore words list (FTP protocol commands and technical terms)
13-
ignore-words-list = ALLO
13+
ignore-words-list = ALLO, ARCHTYPE

0 commit comments

Comments
 (0)