Skip to content
Snippets Groups Projects
Commit 2f0d47c1 authored by Oñativia Bravo, Jon's avatar Oñativia Bravo, Jon
Browse files

Markdown syntax check exception MD014 added

parent 236c804c
Branches
No related tags found
1 merge request!50Resolve "Add Markdown syntax check exception MD014"
Pipeline #33858 passed
...@@ -127,7 +127,7 @@ bash_syntax: ...@@ -127,7 +127,7 @@ bash_syntax:
########################################################## ##########################################################
markdown_syntax: markdown_syntax:
stage: postcheck 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 when: always
tags: tags:
- docker - docker
......
...@@ -129,7 +129,7 @@ bash_syntax: ...@@ -129,7 +129,7 @@ bash_syntax:
########################################################## ##########################################################
markdown_syntax: markdown_syntax:
stage: postcheck 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 when: always
tags: tags:
- docker - docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment