remove defunct markdown checking varibles (#5121)

This commit is contained in:
Kelly A 2022-07-20 16:36:01 -04:00 committed by GitHub
parent bbf9d6d7b4
commit 00d9bd12e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View File

@ -18,9 +18,6 @@
# It is started by prow for each PR.
# For convenience, it can also be executed manually.
# Force presubmit link checking only.
DISABLE_MD_LINTING=1
source $(dirname $0)/../vendor/knative.dev/hack/presubmit-tests.sh
initialize_environment

View File

@ -18,10 +18,6 @@
# It is started by prow for each PR.
# For convenience, it can also be executed manually.
# markdown linting is too picky for our docs; disabling it for now.
DISABLE_MD_LINTING=1
DISABLE_MD_LINK_CHECK=1
source $(dirname $0)/../vendor/knative.dev/hack/presubmit-tests.sh
# We use the default build, unit and integration test runners.