Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
templates
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jon Azpiazu
templates
Commits
a88f49e8
Commit
a88f49e8
authored
Nov 27, 2018
by
Prada Sarasola, Miguel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable the line length limit for Markdown syntax check job
parent
b25416e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+4
-1
No files found.
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
View file @
a88f49e8
...
...
@@ -53,10 +53,13 @@ bash_syntax:
##########################################################
## Check for errors in markdown files
## Uses https://github.com/cytopia/awesome-ci
## Disables the line length rule with --custom="-r ..."
## See other rules that can be configured in
## https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
##########################################################
markdown_syntax
:
stage
:
postcheck
script
:
docker run -v ${PWD}:/ac cytopia/awesome-ci syntax-markdown --path=/ac --extension=md --ignore=.ci_config
script
:
docker run -v ${PWD}:/ac cytopia/awesome-ci syntax-markdown --path=/ac --extension=md --ignore=.ci_config
--custom="-r ~MD013"
allow_failure
:
yes
when
:
always
...
...
Write
Preview
Markdown
is supported
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