Enable Style/SpaceAfterColon Rubocop cops

This commit is contained in:
Grzegorz Bizon 2016-06-29 15:16:04 +02:00
parent 9e8fdead17
commit 9798ac77ed
7 changed files with 8 additions and 8 deletions

View File

@ -532,7 +532,7 @@ Style/SingleLineMethods:
# Use spaces after colons.
Style/SpaceAfterColon:
Enabled: false
Enabled: true
# Use spaces after commas.
Style/SpaceAfterComma: