Commit 814fcd00 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'tnir/Layout/SpaceBeforeFirstArg' into 'master'

Enable Layout/SpaceBeforeFirstArg cop for HAML

See merge request gitlab-org/gitlab!59603
parents b7df212d 1ddc992a
...@@ -110,7 +110,6 @@ linters: ...@@ -110,7 +110,6 @@ linters:
- Layout/EmptyLineAfterGuardClause - Layout/EmptyLineAfterGuardClause
- Layout/LeadingCommentSpace - Layout/LeadingCommentSpace
- Layout/SpaceAroundOperators - Layout/SpaceAroundOperators
- Layout/SpaceBeforeBlockBraces
- Layout/SpaceBeforeComma - Layout/SpaceBeforeComma
- Layout/SpaceBeforeFirstArg - Layout/SpaceBeforeFirstArg
- Layout/SpaceInsideHashLiteralBraces - Layout/SpaceInsideHashLiteralBraces
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
.col-sm-6 .col-sm-6
.bs-callout .bs-callout
%p %p
= (_"Runners are processes that pick up and execute CI/CD jobs for GitLab.") = _("Runners are processes that pick up and execute CI/CD jobs for GitLab.")
%br %br
= _('You can register runners as separate users, on separate servers, and on your local machine. Register as many runners as you want.') = _('You can register runners as separate users, on separate servers, and on your local machine. Register as many runners as you want.')
%br %br
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment