From 385233981aca05f5c2ac2cf68af3688539bba62e Mon Sep 17 00:00:00 2001 From: Markus Koller Date: Tue, 9 Jul 2019 03:01:04 +0000 Subject: Centralize config for markdownlint 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. --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index f567eac3ee0..33f9c4650ef 100644 --- a/Gemfile +++ b/Gemfile @@ -368,6 +368,7 @@ group :development, :test do gem 'haml_lint', '~> 0.31.0', require: false gem 'simplecov', '~> 0.16.1', require: false gem 'bundler-audit', '~> 0.5.0', require: false + gem 'mdl', '~> 0.5.0', require: false gem 'benchmark-ips', '~> 2.3.0', require: false -- cgit v1.2.3