This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 68f9e5424b45096361d2bc45e31fe7f278a4dd12 Author: Huang Qi <[email protected]> AuthorDate: Tue Mar 10 10:18:37 2026 +0800 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 <[email protected]> --- .codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index ac22a4c37..c2a1ecdfc 100644 --- a/.codespellrc +++ b/.codespellrc @@ -10,4 +10,4 @@ skip = LICENSE, # Ignore words list (FTP protocol commands and technical terms) -ignore-words-list = ALLO +ignore-words-list = ALLO, ARCHTYPE
