385233981a
The configuration is currently only specified in CI, by moving it into `.mdlrc` we get immediate feedback locally in supported editors. To ensure `mdl` is available it's also added to the `Gemfile`, though CI will still use the version installed in the `gitlab-docs-lint` image.
7 lines
225 B
Text
7 lines
225 B
Text
# See https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
|
|
|
|
rule 'MD001'
|
|
# False positives, see https://github.com/markdownlint/markdownlint/issues/261
|
|
# rule 'MD004', style: :dash
|
|
rule 'MD032'
|
|
rule 'MD034'
|