Disable the Style/PreferredHashMethods cop
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
3d963515be
commit
0374b31079
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