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

Merge branch 'no-markdown-line-limit' into 'master'

Disable the line length limit for Markdown syntax check job

See merge request !5
parents b25416e3 a88f49e8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment