Commit 1ddc992a authored by Takuya Noguchi's avatar Takuya Noguchi

Enable Layout/SpaceBeforeFirstArg cop for HAML

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent a939d096
...@@ -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