···1919set -e
20202121# Comma-delimited list of words for codespell to not try to correct.
2222-IGNORE_WORDS_LIST="ang,sinc,sie,stoll,wil,daa,localy,od,ser,unknwn,parm,inflight"
2222+IGNORE_WORDS_LIST="ang,sinc,sie,stoll,wil,daa,localy,od,ser,unknwn,parm,inflight,marge,devault,errorprone"
2323IGNORE_REGEX="\b(pEvent|inout|Kimera)\b"
24242525SCRIPTDIR=$(cd "$(dirname "$0")" && pwd)