summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-07-08 14:13:52 +1000
committerEvan Read <eread@gitlab.com>2019-07-08 14:15:06 +1000
commitcda33d0c4b6788d338013bcf526c672337ea9b01 (patch)
tree7b89ed2dbcd0b9b64155d11a223b4904cd9cbd5a
parentf893c719de8e09fa0b282ee5bac91de8c93dccaf (diff)
downloadgitlab-ce-docs/enforce-headers-increment-one-level.tar.gz
Disable MD004 rule to enable clean builddocs/enforce-headers-increment-one-level
-rw-r--r--.gitlab/ci/docs.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/docs.gitlab-ci.yml b/.gitlab/ci/docs.gitlab-ci.yml
index 8364e0a1878..57ee91e4385 100644
--- a/.gitlab/ci/docs.gitlab-ci.yml
+++ b/.gitlab/ci/docs.gitlab-ci.yml
@@ -68,7 +68,7 @@ docs lint:
# Lint Markdown
# https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
- bundle exec mdl content/$DOCS_GITLAB_REPO_SUFFIX/**/*.md --ignore-front-matter --rules \
- MD001,MD004,MD032,MD034
+ MD001,MD032,MD034
# Build HTML from Markdown
- bundle exec nanoc
# Check the internal links