.rubocop.yml in webdrivers-4.2.0 vs .rubocop.yml in webdrivers-4.3.0

- old
+ new

@@ -1,7 +1,7 @@ AllCops: - TargetRubyVersion: 2.4.6 + TargetRubyVersion: 2.4.10 require: - rubocop-rspec - rubocop-performance @@ -9,11 +9,11 @@ EnforcedStyle: no_space Layout/EndOfLine: EnforcedStyle: lf -Metrics/LineLength: +Layout/LineLength: Max: 120 IgnoredPatterns: - '\s+# rubocop:disable' Metrics/MethodLength: @@ -21,9 +21,10 @@ Metrics/BlockLength: Exclude: - 'spec/**/*' - 'lib/webdrivers/tasks/*.rake' + - 'webdrivers.gemspec' Metrics/ClassLength: Max: 116 Exclude: - 'lib/webdrivers/system.rb'