mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 10:36:15 +00:00
scripts: Teach codespell not to complain about the Windows Implementation Library WIL.
This commit is contained in:
parent
72ed68148d
commit
38c6076713
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue