Skip to content
Snippets Groups Projects
Commit 6197a474 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

fix software two spaces

parent 95533207
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ two spaces: ...@@ -15,7 +15,7 @@ two spaces:
allow_failure: true allow_failure: true
before_script: before_script:
- echo "== Files having more than one space betwee two characters ==" - echo "== Files having more than one space betwee two characters =="
- find docs.it4i/ -name '*.md' -exec grep "[[:alpha:]] [[:alpha:]]" {} + - find docs.it4i/ -name '*.md' ! -path "docs.it4i/software*" -exec grep -nr "[[:alpha:]] [[:alpha:]]" {} +
script: script:
- find docs.it4i/ -name '*.md' -exec grep "[[:alpha:]] [[:alpha:]]" -l {} + | grep docs.it4i/ -v - 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.
Finish editing this message first!
Please register or to comment