We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95520c commit 642038cCopy full SHA for 642038c
tools/git/hooks/pre-commit
@@ -79,7 +79,7 @@ run_lint() {
79
# Lint Markdown files...
80
files=$(echo "${changed_files}" | grep '\.md$' | tr '\n' ' ')
81
if [[ -n "${files}" ]]; then
82
- make FILES="${files}" lint-markdown-files > /dev/null
+ make FILES="${files}" lint-markdown-files > /dev/null >&2
83
if [[ "$?" -ne 0 ]]; then
84
echo '' >&2
85
echo 'Markdown lint errors.' >&2
0 commit comments