From c512e1cbabefb5cd16f7ac9185c12580523d858f Mon Sep 17 00:00:00 2001 From: Evan Anderson Date: Thu, 14 Mar 2019 13:33:34 -0700 Subject: [PATCH] Remove markdown lint presubmit check in favor of the sockpuppet. --- test/presubmit-tests.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/presubmit-tests.sh b/test/presubmit-tests.sh index fbe475f69fb..b91c9b08af6 100755 --- a/test/presubmit-tests.sh +++ b/test/presubmit-tests.sh @@ -21,6 +21,11 @@ # Use the flags --build-tests, --unit-tests and --integration-tests # to run a specific set of tests. +# Markdown linting failures don't show up properly in Gubernator resulting +# in a net-negative contributor experience. Also, sockpuppet will correct +# markdown issues with less human involvement. +export DISABLE_MD_LINTING=1 + source $(dirname $0)/../vendor/github.com/knative/test-infra/scripts/presubmit-tests.sh # We use the default build, unit and integration test runners.