.rubocop.yml: allow OpenStruct.

This commit is contained in:
Mike McQuaid 2021-11-16 12:07:50 +00:00
parent 68f1685b97
commit a2e2ea4b51
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -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: