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 8996418

Browse filesBrowse files
refackMylesBorins
authored andcommitted
tools: don't lint-md as part of main lint target
PR-URL: #17587 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 8dcc40a commit 8996418
Copy full SHA for 8996418

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,6 @@ lint: ## Run JS, C++, MD and doc linters.
11201120
@EXIT_STATUS=0 ; \
11211121
$(MAKE) lint-js || EXIT_STATUS=$$? ; \
11221122
$(MAKE) lint-cpp || EXIT_STATUS=$$? ; \
1123-
$(MAKE) lint-md || EXIT_STATUS=$$? ; \
11241123
$(MAKE) lint-addon-docs || EXIT_STATUS=$$? ; \
11251124
exit $$EXIT_STATUS
11261125
CONFLICT_RE=^>>>>>>> [0-9A-Fa-f]+|^<<<<<<< [A-Za-z]+

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.