From e7bec75d705ded9a8abd7b6481417f6f70ce8a27 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Tue, 31 Mar 2020 11:25:45 -0500 Subject: [PATCH] scripts: Add more exceptions to codespell. --- 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 5da35acc6..ecd1338c6 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" +IGNORE_WORDS_LIST="ang,sinc,sie,inout" SCRIPTDIR=$(cd $(dirname $0) && pwd)