Skip to content

Commit 529f42c

Browse files
camilo86MylesBorins
authored andcommitted
build: add doc linting when runnning make lint
Fixes: #18466 PR-URL: #18472 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 2d7fe3d commit 529f42c

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)