fix rubocop Style/HashSyntax cop
This commit is contained in:
parent
b9aefaffb5
commit
63b3ee3465
|
@ -144,12 +144,6 @@ Style/FormatString:
|
||||||
Style/GuardClause:
|
Style/GuardClause:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
# Offense count: 1
|
|
||||||
# Cop supports --auto-correct.
|
|
||||||
# Configuration parameters: SupportedStyles.
|
|
||||||
Style/HashSyntax:
|
|
||||||
EnforcedStyle: hash_rockets
|
|
||||||
|
|
||||||
# Offense count: 1
|
# Offense count: 1
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
Style/InfiniteLoop:
|
Style/InfiniteLoop:
|
||||||
|
|
Loading…
Reference in New Issue