mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
scripts: add "localY" to codespell ignore list
This commit is contained in:
parent
93ab662682
commit
d2860c9f6c
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue