.rubocop.yml in thermite-0.12.1 vs .rubocop.yml in thermite-0.13.0

- old
+ new

@@ -1,10 +1,13 @@ AllCops: Exclude: - 'vendor/**/*' TargetRubyVersion: 2.1 +Layout/EmptyLineAfterMagicComment: + Enabled: false + Lint/EndAlignment: Enabled: true EnforcedStyleAlignWith: variable Metrics/AbcSize: @@ -22,12 +25,9 @@ - http - https Metrics/MethodLength: Max: 20 - -Style/EmptyLineAfterMagicComment: - Enabled: false # When support for Ruby < 2.3 is dropped, re-enable Style/IndentHeredoc: Enabled: false