mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
scripts: Fix codespell false-positive.
This commit is contained in:
parent
419f038017
commit
b4e3dbbd18
|
@ -28,7 +28,7 @@ SCRIPTDIR=$(cd $(dirname $0) && pwd)
|
|||
find \
|
||||
*.md \
|
||||
doc \
|
||||
scripts/*.sh \
|
||||
scripts/format-*.sh \
|
||||
src/xrt \
|
||||
\( -name "*.c" \
|
||||
-o -name "*.cpp" \
|
||||
|
@ -37,6 +37,7 @@ SCRIPTDIR=$(cd $(dirname $0) && pwd)
|
|||
-o -name "*.md" \
|
||||
-o -name "CMakeLists.txt" \) \
|
||||
-exec codespell \
|
||||
--exclude-file=${SCRIPTDIR}/monado-codespell.exclude \
|
||||
--ignore-words-list="${IGNORE_WORDS_LIST}" \
|
||||
-w \
|
||||
"$@" \
|
||||
|
|
1
scripts/monado-codespell.exclude
Normal file
1
scripts/monado-codespell.exclude
Normal file
|
@ -0,0 +1 @@
|
|||
* @author Simon Ser <contact@emersion.fr>
|
Loading…
Reference in a new issue