scripts: Do not correct the spelling of 'marge', etc

These are not spelling errors.

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2242>
This commit is contained in:
Rylie Pavlik 2024-06-07 16:28:58 -05:00
parent de9b9f79ea
commit 1874683137

View file

@ -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,stoll,wil,daa,localy,od,ser,unknwn,parm,inflight" IGNORE_WORDS_LIST="ang,sinc,sie,stoll,wil,daa,localy,od,ser,unknwn,parm,inflight,marge,devault,errorprone"
IGNORE_REGEX="\b(pEvent|inout|Kimera)\b" IGNORE_REGEX="\b(pEvent|inout|Kimera)\b"
SCRIPTDIR=$(cd "$(dirname "$0")" && pwd) SCRIPTDIR=$(cd "$(dirname "$0")" && pwd)