mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 01:48:31 +00:00
scripts: Add more exceptions to codespell.
This commit is contained in:
parent
c191f4bc30
commit
e7bec75d70
|
@ -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"
|
IGNORE_WORDS_LIST="ang,sinc,sie,inout"
|
||||||
|
|
||||||
SCRIPTDIR=$(cd $(dirname $0) && pwd)
|
SCRIPTDIR=$(cd $(dirname $0) && pwd)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue