From b32cdcb4eb34bc15abb1c286181c2f70ad8fc357 Mon Sep 17 00:00:00 2001 From: Matthew Sumner Date: Fri, 2 Jun 2017 11:47:59 -0400 Subject: [PATCH] DeprecatedHashMethods -> PreferredHashMethods Why: RuboCop has renamed this key https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md#changes-12 This PR: Changes DeprecatedHashMethods to PreferredHashMethods --- spec/support/fixtures/thoughtbot_rubocop_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/support/fixtures/thoughtbot_rubocop_config.yml b/spec/support/fixtures/thoughtbot_rubocop_config.yml index 799b00127..42cd1c12e 100644 --- a/spec/support/fixtures/thoughtbot_rubocop_config.yml +++ b/spec/support/fixtures/thoughtbot_rubocop_config.yml @@ -65,7 +65,7 @@ CyclomaticComplexity: Delegate: Enabled: false -DeprecatedHashMethods: +PreferredHashMethods: Enabled: false Documentation: