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.
4 lines
159 B
Text
4 lines
159 B
Text
# See https://github.com/markdownlint/markdownlint/blob/master/docs/configuration.md
|
|
|
|
ignore_front_matter true
|
|
style File.expand_path('.mdlrc.style', __dir__)
|