From 89964183c06eca25885f6a989a5739aabfe69967 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Thu, 7 Dec 2017 11:52:11 -0500 Subject: [PATCH] tools: don't lint-md as part of main lint target PR-URL: https://github.com/nodejs/node/pull/17587 Reviewed-By: Colin Ihrig Reviewed-By: Myles Borins Reviewed-By: Ruben Bridgewater --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 6f89255f4ba3ae..992af027687657 100644 --- a/Makefile +++ b/Makefile @@ -1120,7 +1120,6 @@ lint: ## Run JS, C++, MD and doc linters. @EXIT_STATUS=0 ; \ $(MAKE) lint-js || EXIT_STATUS=$$? ; \ $(MAKE) lint-cpp || EXIT_STATUS=$$? ; \ - $(MAKE) lint-md || EXIT_STATUS=$$? ; \ $(MAKE) lint-addon-docs || EXIT_STATUS=$$? ; \ exit $$EXIT_STATUS CONFLICT_RE=^>>>>>>> [0-9A-Fa-f]+|^<<<<<<< [A-Za-z]+