diff options
author | Felipe Artur <felipefac@gmail.com> | 2016-05-31 19:33:46 -0300 |
---|---|---|
committer | Felipe Artur <felipefac@gmail.com> | 2016-05-31 19:33:46 -0300 |
commit | 56f3b243ce08d105758a9b6edf96792627fa423c (patch) | |
tree | 6b8f0a2e47b5c3d43d34c2c2b25e1596ea7e501f /.rubocop.yml | |
parent | 30e61ed79c89de4c31a4d2057f710ad2b0704389 (diff) | |
download | gitlab-ce-56f3b243ce08d105758a9b6edf96792627fa423c.tar.gz |
Add leading comment space copissue_15557
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 2d8eb4077f3..ebd78e21ef9 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -318,7 +318,7 @@ Style/LambdaCall: # Comments should start with a space. Style/LeadingCommentSpace: - Enabled: false + Enabled: true # Use \ instead of + or << to concatenate two string literals at line end. Style/LineEndConcatenation: |