From a2e2ea4b51622ac8e210e15a41ca998fc864d2f0 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 16 Nov 2021 12:07:50 +0000 Subject: [PATCH] .rubocop.yml: allow OpenStruct. --- Library/.rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: