.rubocop.yml in aruba-1.0.0.pre.alpha.5 vs .rubocop.yml in aruba-1.0.0

- old
+ new

@@ -4,11 +4,11 @@ AllCops: Exclude: - tmp/**/* - vendor/**/* DisplayCopNames: true - TargetRubyVersion: 2.3 + TargetRubyVersion: 2.4 # Use older RuboCop default Style/PercentLiteralDelimiters: PreferredDelimiters: '%w': () @@ -23,9 +23,9 @@ # these leaking through into the codebase # Offense count: 375+ # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https -Metrics/LineLength: +Layout/LineLength: Max: 150 inherit_from: .rubocop_todo.yml