From 08061e0c066fb3e3902d6950a95591d0d29c4900 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 13 Nov 2019 21:46:40 -0600 Subject: [PATCH] scripts: Add an ignored word 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 6f1fd6e37..f685a28f9 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,Ser" SCRIPTDIR=$(cd $(dirname $0) && pwd)