Skip to content

Commit 7b6d93c

Browse files
camilo86gibfahn
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 1ea1970 commit 7b6d93c

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
@@ -1125,6 +1125,7 @@ lint: ## Run JS, C++, MD and doc linters.
11251125
$(MAKE) lint-cpp || EXIT_STATUS=$$? ; \
11261126
$(MAKE) lint-md || EXIT_STATUS=$$? ; \
11271127
$(MAKE) lint-addon-docs || EXIT_STATUS=$$? ; \
1128+
$(MAKE) lint-md || EXIT_STATUS=$$? ; \
11281129
exit $$EXIT_STATUS
11291130
CONFLICT_RE=^>>>>>>> [0-9A-Fa-f]+|^<<<<<<< [A-Za-z]+
11301131
lint-ci: lint-js-ci lint-cpp lint-md lint-addon-docs

0 commit comments

Comments
 (0)