We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42780f3 commit 1522ac8Copy full SHA for 1522ac8
scripts/verify-spelling.sh
@@ -71,7 +71,7 @@ failing_packages=$(sed "s| | -e |g" "${skipping_file}")
71
git ls-files -z | grep --null-data "^content/${LANGUAGE}" | grep --null-data -v -e "${failing_packages}" | xargs -0 -r misspell > "${ERROR_LOG}"
72
if [[ -s "${ERROR_LOG}" ]]; then
73
sed 's/^/error: /' "${ERROR_LOG}" # add 'error' to each line to highlight in e2e status
74
- echo "Found spelling errors!"
+ echo "Found spelling errors!" >&2
75
RES=1
76
fi
77
exit "${RES}"
0 commit comments