From 3472e27ba01dfd71b8fab857c67662d4e3778e2b Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Sat, 22 Jul 2023 16:56:28 +0200 Subject: [PATCH] dist/tools/codespell: ignore NOE and NWE signal names --- dist/tools/codespell/ignored_words.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dist/tools/codespell/ignored_words.txt b/dist/tools/codespell/ignored_words.txt index f738fa0a96..d0acc35204 100644 --- a/dist/tools/codespell/ignored_words.txt +++ b/dist/tools/codespell/ignored_words.txt @@ -156,3 +156,9 @@ didi # loath => loathe (both correct, one is an adjective, the other a verb) loath + +# NOE (Negative Output Enable) ==> NOT, NO, NODE, NOTE, KNOW, NOW +noe + +# NWE (Negative Write Enable) ==> NEW +nwe