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

merge-requests/4399/merge
nod_ 2024-03-20 04:54:58 +01:00
parent da64ff5c57
commit ad704a3523
No known key found for this signature in database
GPG Key ID: 76624892606FA197
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ else
# 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