Skip to content

Commit 8996418

Browse files
refackMylesBorins
authored andcommitted
tools: don't lint-md as part of main lint target
PR-URL: #17587 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 8dcc40a commit 8996418

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
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)