summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-05-30 17:20:06 +0000
committerRobert Speicher <robert@gitlab.com>2016-05-30 17:20:06 +0000
commita1565182e9d0c404f2bd18d960a282e02f650fea (patch)
tree49c390db7fb542ae161d63327adf9571e59b6b5c /.rubocop.yml
parentc96927bcf98df1cc2852391c9374aa3e964d65b4 (diff)
parent53bf080f676a70cfa18851727c42883fe3a83c55 (diff)
downloadgitlab-ce-a1565182e9d0c404f2bd18d960a282e02f650fea.tar.gz
Merge branch 'rubocop/enable-space-before-comment-cop' into 'master'
Enable Style/SpaceBeforeComment rubocop cop See #17478 See merge request !4358
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index b5a704f5334..a4ea5a95459 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -574,7 +574,7 @@ Style/SpaceBeforeComma:
# Checks for missing space between code and a comment on the same line.
Style/SpaceBeforeComment:
- Enabled: false
+ Enabled: true
# Checks that exactly one space is used between a method name and the first
# argument for method calls without parentheses.