The open source OpenXR runtime
0
fork

Configure Feed

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

scripts: Codespell should ignore "inflight"

authored by

Rylie Pavlik and committed by
Simon Zeni
0e892cc0 19a8dfb8

+2 -2
+2 -2
scripts/codespell-project.sh
··· 1 1 #!/bin/sh 2 - # Copyright 2019-2023, Collabora, Ltd. 2 + # Copyright 2019-2024, Collabora, Ltd. 3 3 # SPDX-License-Identifier: BSL-1.0 4 4 # Author: Rylie Pavlik <rylie.pavlik@collabora.com> 5 5 ··· 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" 22 + IGNORE_WORDS_LIST="ang,sinc,sie,stoll,wil,daa,localy,od,ser,unknwn,parm,inflight" 23 23 IGNORE_REGEX="\b(pEvent|inout|Kimera)\b" 24 24 25 25 SCRIPTDIR=$(cd "$(dirname "$0")" && pwd)