[ci] Add config file for markdown (tuned for pelican)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kleph 2020-10-27 14:25:00 +01:00
parent 0799d92d60
commit a94fa2e714
3 changed files with 5 additions and 1 deletions

View file

@ -11,4 +11,4 @@ steps:
- name: markdown lint - name: markdown lint
image: pipelinecomponents/markdownlint:latest image: pipelinecomponents/markdownlint:latest
commands: commands:
- mdl --style all --warnings . - mdl .

1
.mdlrc Normal file
View file

@ -0,0 +1 @@
style File.expand_path('.mdlrc.style', __dir__)

3
.mdlrc.style Normal file
View file

@ -0,0 +1,3 @@
all
exclude_rule 'MD013'
exclude_rule 'MD041' # help with pelican format