diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-05-30 14:51:42 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-05-30 14:51:42 +0200 |
commit | fdcb7e36859ed6cf2ce5cb1117391d791213e80e (patch) | |
tree | a3f13895b14d889e07ce9dd1a7e2287f0d6db5ff /.rubocop.yml | |
parent | 43c35b0f20fb3bb67ea2b96bf8f806c7e95b6aec (diff) | |
download | gitlab-ce-fdcb7e36859ed6cf2ce5cb1117391d791213e80e.tar.gz |
Enable Style/SpaceBeforeComma rubocop coprubocop/enable-space-before-comma-cop
No spaces before commas.
See #17478
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..27c69ffab2b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -570,7 +570,7 @@ Style/SpaceBeforeBlockBraces: # No spaces before commas. Style/SpaceBeforeComma: - Enabled: false + Enabled: true # Checks for missing space between code and a comment on the same line. Style/SpaceBeforeComment: |