Skip to content

Commit f403813

Browse files
committed
Move environment variable
1 parent 2c2bedc commit f403813

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

tools/make/common.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ SRC_DOC_GENERATOR ?= jsdoc
7373
# Define the code coverage service to use:
7474
COVERAGE_SERVICE ?= codecov
7575

76+
# Define the linter to use when linting Markdown files:
77+
MARKDOWN_LINTER ?= remark
78+
7679

7780
# COMMANDS #
7881

tools/make/lib/lint/markdown.mk

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11

2-
# VARIABLES #
3-
4-
# Define the linter to use for Markdown files:
5-
MARKDOWN_LINTER ?= remark
6-
7-
82
# DEPENDENCIES #
93

104
ifeq ($(MARKDOWN_LINTER), remark)

0 commit comments

Comments
 (0)