mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-27 18:16:55 +00:00
scripts: Update codespell ignore regex
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2342>
This commit is contained in:
parent
8aea7b8691
commit
e66bd5daf8
|
@ -20,7 +20,7 @@ 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,stoll,wil,daa,localy,od,ser,unknwn,parm,inflight,marge,devault,errorprone,childs"
|
IGNORE_WORDS_LIST="ang,sinc,sie,stoll,wil,daa,localy,od,ser,unknwn,parm,inflight,marge,devault,errorprone,childs"
|
||||||
IGNORE_REGEX="\b(pEvent|inout|Kimera)\b"
|
IGNORE_REGEX="\b(pEvent|inout|Kimera|InstallIn)\b"
|
||||||
|
|
||||||
SCRIPTDIR=$(cd "$(dirname "$0")" && pwd)
|
SCRIPTDIR=$(cd "$(dirname "$0")" && pwd)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue