.rubocop.yml in thermite-0.11.1 vs .rubocop.yml in thermite-0.12.0

- old
+ new

@@ -22,5 +22,12 @@ - http - https Metrics/MethodLength: Max: 20 + +Style/EmptyLineAfterMagicComment: + Enabled: false + +# When support for Ruby < 2.3 is dropped, re-enable +Style/IndentHeredoc: + Enabled: false