diff options
| author | Evan Read <eread@gitlab.com> | 2019-06-28 16:52:20 +1000 |
|---|---|---|
| committer | Evan Read <eread@gitlab.com> | 2019-06-28 16:52:20 +1000 |
| commit | 25fdd99875806d019a95d6908c559b89bc5c3017 (patch) | |
| tree | 1c9b9dfe26be3f0040d6709042f372c2e648d2a4 /.gitlab-ci.yml | |
| parent | Merge branch 'markdown-brackets' into 'master' (diff) | |
| download | gitlab-runner-25fdd99875806d019a95d6908c559b89bc5c3017.tar.gz | |
Enforce consistent prefix for numbered 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 d3e4c677..674336fe 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 \ - MD032,MD034 + MD029,MD032,MD034 # Build HTML from Markdown - bundle exec nanoc # Check the internal links |
