7f50358d1c
Add commented lines explaining the file, and including rules that should pass already, and commented out rules that can be added in the future, for reference.
7 lines
287 B
Text
7 lines
287 B
Text
# This is the options file for mdl, configured in .gitlab/ci/docs.gitlab-ci.yml,
|
|
# and related to the style file ./mdlrc.style
|
|
|
|
# See https://github.com/markdownlint/markdownlint/blob/master/docs/configuration.md
|
|
|
|
ignore_front_matter true
|
|
style File.expand_path('.mdlrc.style', __dir__)
|