mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
scripts: add "stoll" to codespell ignore list
This commit is contained in:
parent
3bab14fa3b
commit
da26726448
|
@ -19,7 +19,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Comma-delimited list of words for codespell to not try to correct.
|
# 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)
|
SCRIPTDIR=$(cd $(dirname $0) && pwd)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue