Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c642e22

Browse filesBrowse 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 4f521c7 commit c642e22
Copy full SHA for c642e22

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.