update rubocop configuration

This commit is contained in:
stve 2016-01-14 21:25:49 -05:00
parent affd1f775f
commit f2bef30802

View file

@ -34,8 +34,14 @@ Style/Documentation:
Style/DoubleNegation:
Enabled: false
Style/MutableConstant:
Enabled: false
Style/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space
Style/TrailingComma:
Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: 'comma'
Style/TrailingCommaInLiteral:
EnforcedStyleForMultiline: 'comma'