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)