Enable Style/SpaceBeforeComment rubocop cop

See #17478
This commit is contained in:
Grzegorz Bizon 2016-05-30 14:36:28 +02:00
parent 43c35b0f20
commit 53bf080f67
3 changed files with 3 additions and 3 deletions

View File

@ -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.