We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f90e1 commit 2c2bedcCopy full SHA for 2c2bedc
tools/make/lib/lint/remark.mk
@@ -25,11 +25,8 @@ REMARK_CONF ?= $(CONFIG_DIR)/remark/.remarkrc.js
25
# Define the path to the remark ignore file:
26
REMARK_IGNORE ?= $(CONFIG_DIR)/remark/.remarkignore
27
28
-# Define Markdown extensions:
29
-REMARK_EXT ?= md
30
-
31
# Define the command-line options when invoking the remark executable:
32
MARKDOWN_LINT_FLAGS ?= \
33
- --ext $(REMARK_EXT) \
+ --ext $(MARKDOWN_FILENAME_EXT) \
34
--rc-path $(REMARK_CONF) \
35
--ignore-path $(REMARK_IGNORE)
0 commit comments