[ci] Add config file for markdown (tuned for pelican)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0799d92d60
commit
a94fa2e714
3 changed files with 5 additions and 1 deletions
|
@ -11,4 +11,4 @@ steps:
|
|||
- name: markdown lint
|
||||
image: pipelinecomponents/markdownlint:latest
|
||||
commands:
|
||||
- mdl --style all --warnings .
|
||||
- mdl .
|
||||
|
|
1
.mdlrc
Normal file
1
.mdlrc
Normal file
|
@ -0,0 +1 @@
|
|||
style File.expand_path('.mdlrc.style', __dir__)
|
3
.mdlrc.style
Normal file
3
.mdlrc.style
Normal file
|
@ -0,0 +1,3 @@
|
|||
all
|
||||
exclude_rule 'MD013'
|
||||
exclude_rule 'MD041' # help with pelican format
|
Loading…
Reference in a new issue