scripts: Add more exceptions to codespell.

This commit is contained in:
Ryan Pavlik 2020-03-31 11:25:45 -05:00
parent c191f4bc30
commit e7bec75d70

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