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:
Huang Qi 2026-03-10 10:18:37 +08:00 committed by Alan C. Assis
parent b5d151f73f
commit 68f9e5424b

View file

@ -10,4 +10,4 @@ skip =
LICENSE,
# Ignore words list (FTP protocol commands and technical terms)
ignore-words-list = ALLO
ignore-words-list = ALLO, ARCHTYPE