Update rubocopy config after bug fixes

This commit is contained in:
Tom Hughes 2016-02-11 07:12:41 +00:00
parent b2f2188e9d
commit 8008dc9ccb

View file

@ -3,9 +3,6 @@ inherit_from: .rubocop_todo.yml
Rails:
Enabled: true
Performance/RedundantMerge:
Enabled: false
Style/BracesAroundHashParameters:
EnforcedStyle: context_dependent
@ -36,7 +33,3 @@ Style/HashSyntax:
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/WordArray:
Exclude:
- 'test/models/message_test.rb'