Skip to content
Snippets Groups Projects
Commit d1a89e68 authored by David Hrbáč's avatar David Hrbáč
Browse files

Sanity check - two spaces

parent b9813a64
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,14 @@ docs:
script:
- mdl -r ~MD013 *.md docs.it4i/
two spaces:
stage: test
image: davidhrbac/docker-mdcheck:latest
allow_failure: true
script:
- echo "== Files having more than one space betwee two characters =="
- find docs.it4i/ -name '*.md' -exec grep "[[:alpha:]] [[:alpha:]]" -l {} +
ext_links:
stage: test
image: davidhrbac/docker-mdcheck:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment