diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 08897f8522..e9f5880f0e 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -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: