mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +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 \
|
find \
|
||||||
*.md \
|
*.md \
|
||||||
doc \
|
doc \
|
||||||
scripts/*.sh \
|
scripts/format-*.sh \
|
||||||
src/xrt \
|
src/xrt \
|
||||||
\( -name "*.c" \
|
\( -name "*.c" \
|
||||||
-o -name "*.cpp" \
|
-o -name "*.cpp" \
|
||||||
|
@ -37,6 +37,7 @@ SCRIPTDIR=$(cd $(dirname $0) && pwd)
|
||||||
-o -name "*.md" \
|
-o -name "*.md" \
|
||||||
-o -name "CMakeLists.txt" \) \
|
-o -name "CMakeLists.txt" \) \
|
||||||
-exec codespell \
|
-exec codespell \
|
||||||
|
--exclude-file=${SCRIPTDIR}/monado-codespell.exclude \
|
||||||
--ignore-words-list="${IGNORE_WORDS_LIST}" \
|
--ignore-words-list="${IGNORE_WORDS_LIST}" \
|
||||||
-w \
|
-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