From d2860c9f6c4e5ca9109c3c1c16c59786b2dd06a0 Mon Sep 17 00:00:00 2001 From: Moses Turner Date: Sun, 11 Sep 2022 23:29:21 -0500 Subject: [PATCH] scripts: add "localY" to codespell ignore list --- 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 24aeccd33..74a7f0c78 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,inout,stoll,wil,daa" +IGNORE_WORDS_LIST="ang,sinc,sie,inout,stoll,wil,daa,localy" SCRIPTDIR=$(cd $(dirname $0) && pwd)