mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
script: Ignore Kimera for codespell [NFC]
Signed-off-by: utzcoz <utzcoz@outlook.com>
This commit is contained in:
parent
0224e97532
commit
4b2ebd8648
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue