Merge branch 'disable-Style/PreferredHashMethods-cop' into 'master'
Disable the Style/PreferredHashMethods cop See merge request !12065
This commit is contained in:
commit
d08c28a565
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ Style/ParenthesesAroundCondition:
|
||||||
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
||||||
# SupportedStyles: short, verbose
|
# SupportedStyles: short, verbose
|
||||||
Style/PreferredHashMethods:
|
Style/PreferredHashMethods:
|
||||||
Enabled: true
|
Enabled: false
|
||||||
|
|
||||||
# Checks for an obsolete RuntimeException argument in raise/fail.
|
# Checks for an obsolete RuntimeException argument in raise/fail.
|
||||||
Style/RedundantException:
|
Style/RedundantException:
|
||||||
|
|
Loading…
Reference in a new issue