From da26726448c255a516e95e03d417ecd93fbc1155 Mon Sep 17 00:00:00 2001 From: Moses Turner Date: Fri, 3 Sep 2021 07:30:39 -0500 Subject: [PATCH] scripts: add "stoll" 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 ecd1338c6..9e6375078 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" +IGNORE_WORDS_LIST="ang,sinc,sie,inout,stoll" SCRIPTDIR=$(cd $(dirname $0) && pwd)