Skip to content

Commit 0548034

Browse files
camilo86targos
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 563fff2 commit 0548034

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
@@ -1186,6 +1186,7 @@ lint: ## Run JS, C++, MD and doc linters.
11861186
$(MAKE) lint-js || EXIT_STATUS=$$? ; \
11871187
$(MAKE) lint-cpp || EXIT_STATUS=$$? ; \
11881188
$(MAKE) lint-addon-docs || EXIT_STATUS=$$? ; \
1189+
$(MAKE) lint-md || EXIT_STATUS=$$? ; \
11891190
exit $$EXIT_STATUS
11901191
CONFLICT_RE=^>>>>>>> [0-9A-Fa-f]+|^<<<<<<< [A-Za-z]+
11911192

0 commit comments

Comments
 (0)