From 8008dc9ccb1ca351a9e6c32606683b349a69e77b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 11 Feb 2016 07:12:41 +0000 Subject: [PATCH] Update rubocopy config after bug fixes --- .rubocop.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index e99b88edc..f12f24a9f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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' -- 2.43.2