diff options
| author | Evan Read <eread@gitlab.com> | 2019-07-01 11:25:38 +1000 |
|---|---|---|
| committer | Evan Read <eread@gitlab.com> | 2019-07-01 11:28:34 +1000 |
| commit | 9f513be186cc1096e657a2e9747cf9fa7e5e3fb7 (patch) | |
| tree | b5bd2c32f7cbdf702994c3673aab02e22918c688 /.gitlab-ci.yml | |
| parent | Merge branch 'codyw-authconfig-trace' into 'master' (diff) | |
| download | gitlab-runner-9f513be186cc1096e657a2e9747cf9fa7e5e3fb7.tar.gz | |
Enforce consistent prefix for bullet lists
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 674336fe..53dcdcbb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -292,7 +292,7 @@ docs lint: # Lint Markdown # https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md - bundle exec mdl content/$DOCS_GITLAB_REPO_SUFFIX/**/*.md --rules \ - MD029,MD032,MD034 + MD004,MD029,MD032,MD034 # Build HTML from Markdown - bundle exec nanoc # Check the internal links |
