Rubocop enabled for: Use spaces inside hash literal braces

This commit is contained in:
Dmitriy Zaporozhets 2015-02-02 20:36:54 -08:00
parent 84a5a548a5
commit e890582681
27 changed files with 66 additions and 66 deletions

View File

@ -617,7 +617,7 @@ Style/SpaceInsideBrackets:
Style/SpaceInsideHashLiteralBraces:
Description: "Use spaces inside hash literal braces - or don't."
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#spaces-operators'
Enabled: false
Enabled: true
Style/SpaceInsideParens:
Description: 'No spaces after ( or before ).'