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 !50
parents 236c804c 2f0d47c1
No related branches found
No related tags found
1 merge request!50Resolve "Add Markdown syntax check exception MD014"
Pipeline #34008 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