Skip to content

Commit 1eb6030

Browse files
committed
Print only warnings and errors when linting Markdown
1 parent 24ea0eb commit 1eb6030

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/make/lib/lint/remark.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ MARKDOWN_LINT_FLAGS ?= \
3232
--ignore-path $(REMARK_IGNORE) \
3333
--no-stdout \
3434
--no-ignore \
35-
--no-config
35+
--no-config \
36+
--quiet

0 commit comments

Comments
 (0)