Skip to content

Commit 224df6d

Browse files
committed
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 41a9095 commit 224df6d

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)