From 18746831371eea4dd53dcbed5c3926d6e29ddb4b Mon Sep 17 00:00:00 2001 From: Rylie Pavlik Date: Fri, 7 Jun 2024 16:28:58 -0500 Subject: [PATCH] scripts: Do not correct the spelling of 'marge', etc These are not spelling errors. Part-of: --- scripts/codespell-project.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/codespell-project.sh b/scripts/codespell-project.sh index 34787af7d..9cb16b592 100755 --- a/scripts/codespell-project.sh +++ b/scripts/codespell-project.sh @@ -19,7 +19,7 @@ set -e # Comma-delimited list of words for codespell to not try to correct. -IGNORE_WORDS_LIST="ang,sinc,sie,stoll,wil,daa,localy,od,ser,unknwn,parm,inflight" +IGNORE_WORDS_LIST="ang,sinc,sie,stoll,wil,daa,localy,od,ser,unknwn,parm,inflight,marge,devault,errorprone" IGNORE_REGEX="\b(pEvent|inout|Kimera)\b" SCRIPTDIR=$(cd "$(dirname "$0")" && pwd)