Skip to content

Commit

Permalink
DeprecatedHashMethods -> PreferredHashMethods
Browse files Browse the repository at this point in the history
Why:

RuboCop has renamed this key
https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md#changes-12

This PR:

Changes DeprecatedHashMethods to PreferredHashMethods
  • Loading branch information
MattMSumner committed Jun 2, 2017
1 parent 150d791 commit b32cdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/fixtures/thoughtbot_rubocop_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ CyclomaticComplexity:
Delegate:
Enabled: false

DeprecatedHashMethods:
PreferredHashMethods:
Enabled: false

Documentation:
Expand Down

0 comments on commit b32cdcb

Please sign in to comment.