summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-06-29 15:16:04 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-06-29 15:16:04 +0200
commit9798ac77ed3a1e6106f22c3304f431763ec2cf45 (patch)
tree68f12e30e699aeeaaae1db02bf8b879ac7b71c93 /.rubocop.yml
parent9e8fdead1789b425152256ec977241e7f19123ce (diff)
downloadgitlab-ce-9798ac77ed3a1e6106f22c3304f431763ec2cf45.tar.gz
Enable Style/SpaceAfterColon Rubocop cops
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 dbdabbb9d4c..718af49cd4f 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -532,7 +532,7 @@ Style/SingleLineMethods:
# Use spaces after colons.
Style/SpaceAfterColon:
- Enabled: false
+ Enabled: true
# Use spaces after commas.
Style/SpaceAfterComma: