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:
- Layout/EmptyLineAfterGuardClause
- Layout/LeadingCommentSpace
- Layout/SpaceAroundOperators
- Layout/SpaceBeforeBlockBraces
- Layout/SpaceBeforeComma
- Layout/SpaceBeforeFirstArg
- Layout/SpaceInsideHashLiteralBraces
......
......@@ -5,7 +5,7 @@
.col-sm-6
.bs-callout
%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
= _('You can register runners as separate users, on separate servers, and on your local machine. Register as many runners as you want.')
%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