.rubocop.yml in buildkit-1.4.0 vs .rubocop.yml in buildkit-1.4.1

- old
+ new

@@ -1,9 +1,9 @@ inherit_from: .rubocop_todo.yml AllCops: - TargetRubyVersion: 2.2 + TargetRubyVersion: 2.3 Metrics/LineLength: Max: 120 Metrics/MethodLength: @@ -37,10 +37,10 @@ Enabled: false Style/PerlBackrefs: Enabled: false -Style/SpaceInsideHashLiteralBraces: +Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma