Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tecnalia_robotics-public
templates
Commits
2f0d47c1
Commit
2f0d47c1
authored
Oct 06, 2020
by
Oñativia Bravo, Jon
Browse files
Markdown syntax check exception MD014 added
parent
236c804c
Pipeline
#33858
passed with stage
in 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
View file @
2f0d47c1
...
...
@@ -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
...
...
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
View file @
2f0d47c1
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment