script: Ignore Kimera for codespell [NFC]

Signed-off-by: utzcoz <utzcoz@outlook.com>
This commit is contained in:
utzcoz 2023-06-17 11:21:53 +08:00 committed by Jakob Bornecrantz
parent 0224e97532
commit 4b2ebd8648

View file

@ -20,7 +20,7 @@ set -e
# 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"
IGNORE_REGEX="\b(pEvent|inout)\b"
IGNORE_REGEX="\b(pEvent|inout|Kimera)\b"
SCRIPTDIR=$(cd "$(dirname "$0")" && pwd)