From 7f50358d1cc7fbb22dba031293566c454c68eb23 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Mon, 15 Jul 2019 01:42:24 +0000 Subject: Update markdown lint style and option files 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. --- .mdlrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.mdlrc') diff --git a/.mdlrc b/.mdlrc index b2127dadc22..151c54f7d44 100644 --- a/.mdlrc +++ b/.mdlrc @@ -1,3 +1,6 @@ +# 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 -- cgit v1.2.1 From 6f3fa06fd182b5d758bdb8c05ca90bced45cd3d7 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Mon, 26 Aug 2019 20:31:04 +0000 Subject: Change docs markdown linter Change from ruby mdl to node markdownlint, add config file to root of project, delete old config file, update exceptions, and fix one doc that was didn't meet standards --- .mdlrc | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .mdlrc (limited to '.mdlrc') diff --git a/.mdlrc b/.mdlrc deleted file mode 100644 index 151c54f7d44..00000000000 --- a/.mdlrc +++ /dev/null @@ -1,7 +0,0 @@ -# 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__) -- cgit v1.2.1