scripts: add "stoll" to codespell ignore list

This commit is contained in:
Moses Turner 2021-09-03 07:30:39 -05:00
parent 3bab14fa3b
commit da26726448

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