diff --git a/.rubocop.yml b/.rubocop.yml index 4b1de596..514ab2f8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -36,6 +36,9 @@ Metrics/AbcSize: Layout/IndentHeredoc: Enabled: false +Layout/ClosingHeredocIndentation: + Enabled: false + Style/StructInheritance: Enabled: false