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

View file

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