diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-26 20:31:05 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-26 20:31:05 +0000 |
commit | f68730239765cefb565ba3242992813ca5d5be75 (patch) | |
tree | 113c125e888900dc83cfe13099e7ba93713b5c37 /.gitlab | |
parent | d58fb67f808137ddb1d3e1a6d03dfb2bfa93c13b (diff) | |
parent | 6f3fa06fd182b5d758bdb8c05ca90bced45cd3d7 (diff) | |
download | gitlab-ce-f68730239765cefb565ba3242992813ca5d5be75.tar.gz |
Merge branch 'mdl-to-markdownlint' into 'master'
Change mdl to markdownlint for docs linting
Closes #65806
See merge request gitlab-org/gitlab-ce!31994
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/ci/docs.gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/docs.gitlab-ci.yml b/.gitlab/ci/docs.gitlab-ci.yml index 39ae62a43c9..d724ab07663 100644 --- a/.gitlab/ci/docs.gitlab-ci.yml +++ b/.gitlab/ci/docs.gitlab-ci.yml @@ -65,7 +65,7 @@ docs lint: - mv doc/ /tmp/gitlab-docs/content/$DOCS_GITLAB_REPO_SUFFIX - cd /tmp/gitlab-docs # Lint Markdown - - bundle exec mdl content/$DOCS_GITLAB_REPO_SUFFIX -c $CI_PROJECT_DIR/.mdlrc + - markdownlint --config $CI_PROJECT_DIR/.markdownlint.json content/$DOCS_GITLAB_REPO_SUFFIX/**/*.md # Build HTML from Markdown - bundle exec nanoc # Check the internal links |