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

two spaces check is mandatory as of now

parent f15dc87c
No related branches found
No related tags found
7 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!196Master,!170Master,!168Add page actions
......@@ -12,10 +12,11 @@ docs:
two spaces:
stage: test
image: davidhrbac/docker-mdcheck:latest
allow_failure: true
script:
before_script:
- echo "== Files having more than one space betwee two characters =="
- find docs.it4i/ -name '*.md' -exec grep "[[:alpha:]] [[:alpha:]]" -l {} + || true
script:
- find docs.it4i/ -name '*.md' -exec grep "[[:alpha:]] [[:alpha:]]" -l {} + | grep docs.it4i/ -v
capitalize:
stage: test
......
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