scripts: add "localY" to codespell ignore list

This commit is contained in:
Moses Turner 2022-09-11 23:29:21 -05:00
parent 93ab662682
commit d2860c9f6c

View file

@ -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,stoll,wil,daa"
IGNORE_WORDS_LIST="ang,sinc,sie,inout,stoll,wil,daa,localy"
SCRIPTDIR=$(cd $(dirname $0) && pwd)