This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch releases/13.0 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 23fbcea707f5a923d0e41b652d5edad3d8121993 Author: Matteo Golin <[email protected]> AuthorDate: Mon Jun 29 13:22:43 2026 -0400 apps/games/NXDoom: Style ignores Ignore some style/spelling errors in the DOOM port that cannot be fixed. Signed-off-by: Matteo Golin <[email protected]> --- .codespell-ignore-lines | 5 +++++ .codespellrc | 2 ++ games/NXDoom/textscreen/fonts/convert-font | 0 3 files changed, 7 insertions(+) diff --git a/.codespell-ignore-lines b/.codespell-ignore-lines index b001b6343..92f702a35 100644 --- a/.codespell-ignore-lines +++ b/.codespell-ignore-lines @@ -8,3 +8,8 @@ auto certificate = Controlse::CCertificate( * |---------- [-rw-r--r-- 15] afile.txt g_afile.name = "afile.txt"; + "*.deh", "*.hhe", "*.seh", NULL); + MUSIC("introa"), MUSIC("runnin"), MUSIC("stalks"), MUSIC("countd"), + MUSIC("betwee"), MUSIC("doom"), MUSIC("the_da"), MUSIC("shawn"), + MUSIC("messag"), MUSIC("count2"), MUSIC("ddtbl3"), MUSIC("ampie"), + MUSIC("tense"), MUSIC("shawn3"), MUSIC("openin"), MUSIC("evil"), diff --git a/.codespellrc b/.codespellrc index 651916c6a..743ab2a75 100644 --- a/.codespellrc +++ b/.codespellrc @@ -9,6 +9,8 @@ exclude-file = .codespell-ignore-lines skip = LICENSE, examples/webpanel/content/www/xterm.min.js, + **/games/NXDoom/src/doom/d_englsh.h, + **/games/NXDoom/src/doom/d_french.h # Ignore words list (FTP protocol commands and technical terms) ignore-words-list = ALLO, ARCHTYPE, parm, shiftIn diff --git a/games/NXDoom/textscreen/fonts/convert-font b/games/NXDoom/textscreen/fonts/convert-font old mode 100755 new mode 100644
