We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2bedc commit f403813Copy full SHA for f403813
tools/make/common.mk
@@ -73,6 +73,9 @@ SRC_DOC_GENERATOR ?= jsdoc
73
# Define the code coverage service to use:
74
COVERAGE_SERVICE ?= codecov
75
76
+# Define the linter to use when linting Markdown files:
77
+MARKDOWN_LINTER ?= remark
78
+
79
80
# COMMANDS #
81
tools/make/lib/lint/markdown.mk
@@ -1,10 +1,4 @@
1
2
-# VARIABLES #
3
-
4
-# Define the linter to use for Markdown files:
5
-MARKDOWN_LINTER ?= remark
6
7
8
# DEPENDENCIES #
9
10
ifeq ($(MARKDOWN_LINTER), remark)
0 commit comments