-
- Downloads
There was an error fetching the commit references. Please try again later.
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.
Showing
- .gitlab/ci/docs.gitlab-ci.yml 1 addition, 3 deletions.gitlab/ci/docs.gitlab-ci.yml
- .mdlrc 4 additions, 0 deletions.mdlrc
- .mdlrc.style 7 additions, 0 deletions.mdlrc.style
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 10 additions, 0 deletionsGemfile.lock
- changelogs/unreleased/centralize-markdownlint-config.yml 5 additions, 0 deletionschangelogs/unreleased/centralize-markdownlint-config.yml
- doc/ci/docker/using_docker_images.md 5 additions, 5 deletionsdoc/ci/docker/using_docker_images.md
- doc/development/documentation/styleguide.md 2 additions, 2 deletionsdoc/development/documentation/styleguide.md
- doc/user/project/deploy_tokens/index.md 1 addition, 1 deletiondoc/user/project/deploy_tokens/index.md
.mdlrc
0 → 100644
.mdlrc.style
0 → 100644
Loading
| Loading
| @@ -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 | ||
Loading
| Loading
|
Please register or sign in to comment