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

two spaces check is NOT again mandatory as of now

parent 5ce1e533
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,9 +12,10 @@ docs:
two spaces:
stage: test
image: davidhrbac/docker-mdcheck:latest
allow_failure: true
before_script:
- echo "== Files having more than one space betwee two characters =="
- find docs.it4i/ -name '*.md' -exec grep "[[:alpha:]] [[:alpha:]]" -l {} + || true
- find docs.it4i/ -name '*.md' -exec grep "[[:alpha:]] [[:alpha:]]" {} +
script:
- find docs.it4i/ -name '*.md' -exec grep "[[:alpha:]] [[:alpha:]]" -l {} + | grep docs.it4i/ -v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment