diff options
author | Robert Speicher <robert@gitlab.com> | 2016-05-30 18:22:48 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-05-30 18:22:48 +0000 |
commit | de20bd5b31715f096db3fb0155c82b0eea992b6c (patch) | |
tree | 1eaaca4fe32df60f6e813a1399a1959fb9481502 /.rubocop.yml | |
parent | b05981f019581aab030fbacb7cd7bf5506d12266 (diff) | |
parent | fdcb7e36859ed6cf2ce5cb1117391d791213e80e (diff) | |
download | gitlab-ce-de20bd5b31715f096db3fb0155c82b0eea992b6c.tar.gz |
Merge branch 'rubocop/enable-space-before-comma-cop' into 'master'
Enable Style/SpaceBeforeComma rubocop cop
No spaces before commas.
See #17478
See merge request !4360
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 382c7505c8b..eece9ec69d8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -569,7 +569,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: |