Skip to content

Commit c642e22

Browse files
camilo86MylesBorins
authored andcommitted
build: add doc linting when runnning make lint
Fixes: #18466 PR-URL: #18472 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 4f521c7 commit c642e22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,7 @@ lint: ## Run JS, C++, MD and doc linters.
11831183
$(MAKE) lint-js || EXIT_STATUS=$$? ; \
11841184
$(MAKE) lint-cpp || EXIT_STATUS=$$? ; \
11851185
$(MAKE) lint-addon-docs || EXIT_STATUS=$$? ; \
1186+
$(MAKE) lint-md || EXIT_STATUS=$$? ; \
11861187
exit $$EXIT_STATUS
11871188
CONFLICT_RE=^>>>>>>> [0-9A-Fa-f]+|^<<<<<<< [A-Za-z]+
11881189

0 commit comments

Comments
 (0)