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