diff options
| author | Evan Read <eread@gitlab.com> | 2019-07-15 13:19:34 +1000 |
|---|---|---|
| committer | Evan Read <eread@gitlab.com> | 2019-07-15 13:19:34 +1000 |
| commit | ec03ccd6f7e9ea0e6081b28852fc73dced50e47f (patch) | |
| tree | e6e5390c8ce89facb86c122d9384242b678430e6 /.gitlab-ci.yml | |
| parent | Merge branch 'allow-specifying-cmd-shell' into 'master' (diff) | |
| download | gitlab-runner-ec03ccd6f7e9ea0e6081b28852fc73dced50e47f.tar.gz | |
Add more MDL rules
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 ed2624d2..ac75d29f 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 \ - MD001,MD004,MD029,MD032,MD034 + MD001,MD003,MD004,MD011,MD023,MD029,MD032,MD034,MD037,MD039 # Build HTML from Markdown - bundle exec nanoc # Check the internal links |
