Skip to content
Snippets Groups Projects
Verified Commit ad704a35 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3432249 by longwave, alexpott: cspell check is broken in commit-code-check.sh

parent da64ff5c
No related branches found
No related tags found
No related merge requests found
......@@ -216,7 +216,7 @@
# Check all files for spelling in one go for better performance. We pipe the
# list files in so we obey the globs set on the spellcheck:core command in
# core/package.json.
echo "${ABS_FILES}" | tr ' ' '\n' | yarn run spellcheck:core --no-must-find-files --root --file-list $TOP_LEVEL $ABS_FILES >/dev/null stdin
echo "${ABS_FILES}" | tr ' ' '\n' | yarn run spellcheck:core --no-must-find-files --file-list stdin
fi
if [ "$?" -ne "0" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment