Skip to content
Snippets Groups Projects

Resolve "Add Markdown syntax check exception MD014"

Merged Oñativia Bravo, Jon requested to merge 25-add-markdown-syntax-check-exception-md014 into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -127,7 +127,7 @@ bash_syntax:
##########################################################
markdown_syntax:
stage: postcheck
script: docker run -v ${PWD}:/ac cytopia/awesome-ci syntax-markdown --path=/ac --extension=md --ignore=.ci_config --custom="-r ~MD013"
script: docker run -v ${PWD}:/ac cytopia/awesome-ci syntax-markdown --path=/ac --extension=md --ignore=.ci_config --custom="-r ~MD013,~MD014"
when: always
tags:
- docker
Loading