fix rubocop Style/SpaceAroundOperators cop

This commit is contained in:
Pavel.Lobashov 2015-03-22 20:03:50 +03:00
parent 5ea5710b18
commit 8d6f23ba9a
21 changed files with 53 additions and 58 deletions

View File

@ -267,11 +267,6 @@ Style/Semicolon:
Style/SignalException:
Enabled: false
# Offense count: 53
# Cop supports --auto-correct.
Style/SpaceAroundOperators:
Enabled: false
# Offense count: 30
# Cop supports --auto-correct.
Style/SpecialGlobalVars: