Skip to content
Snippets Groups Projects
Commit 70ac04ce authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Merge branch '25-add-markdown-syntax-check-exception-md014' into 'master'

Resolve "Add Markdown syntax check exception MD014"

Closes #25

See merge request tecnalia_robotics-public/gitlab_templates!50
parents 236c804c 2f0d47c1
Branches
No related tags found
No related merge requests found
......@@ -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
......
......@@ -129,7 +129,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment