The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+1 -1
+1 -1
scripts/codespell-project.sh
··· 19 19 set -e 20 20 21 21 # Comma-delimited list of words for codespell to not try to correct. 22 - IGNORE_WORDS_LIST="ang,sinc,sie,stoll,wil,daa,localy,od,ser,unknwn,parm,inflight" 22 + IGNORE_WORDS_LIST="ang,sinc,sie,stoll,wil,daa,localy,od,ser,unknwn,parm,inflight,marge,devault,errorprone" 23 23 IGNORE_REGEX="\b(pEvent|inout|Kimera)\b" 24 24 25 25 SCRIPTDIR=$(cd "$(dirname "$0")" && pwd)