Merge branch 'disable-Style/PreferredHashMethods-cop' into 'master'

Disable the Style/PreferredHashMethods cop

See merge request !12065
This commit is contained in:
Robert Speicher 2017-06-12 09:05:07 +00:00
commit d08c28a565

View file

@ -397,7 +397,7 @@ Style/ParenthesesAroundCondition:
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: short, verbose
Style/PreferredHashMethods:
Enabled: true
Enabled: false
# Checks for an obsolete RuntimeException argument in raise/fail.
Style/RedundantException: