.rubocop.yml: allow OpenStruct.
This commit is contained in:
parent
68f1685b97
commit
a2e2ea4b51
@ -471,6 +471,10 @@ Style/GuardClause:
|
|||||||
Style/HashSyntax:
|
Style/HashSyntax:
|
||||||
EnforcedStyle: ruby19
|
EnforcedStyle: ruby19
|
||||||
|
|
||||||
|
# OpenStruct is a nice helper.
|
||||||
|
Style/OpenStructUse:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
# so many of these in formulae and can't be autocorrected
|
# so many of these in formulae and can't be autocorrected
|
||||||
Style/StringConcatenation:
|
Style/StringConcatenation:
|
||||||
Exclude:
|
Exclude:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user