scripts: Teach codespell not to complain about the Windows Implementation Library WIL.

This commit is contained in:
Ryan Pavlik 2022-05-04 18:19:51 -05:00
parent 72ed68148d
commit 38c6076713

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