scripts: Fix codespell false-positive.

This commit is contained in:
Ryan Pavlik 2019-11-13 21:46:40 -06:00 committed by Jakob Bornecrantz
parent 419f038017
commit b4e3dbbd18
2 changed files with 3 additions and 1 deletions

View file

@ -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 \
"$@" \

View file

@ -0,0 +1 @@
* @author Simon Ser <contact@emersion.fr>