diff --git a/.rubocop.2.0.yml b/.rubocop.2.0.yml index 46fca5963..fa64d3a27 100644 --- a/.rubocop.2.0.yml +++ b/.rubocop.2.0.yml @@ -1,7 +1,3 @@ - -AllCops: - TargetRubyVersion: 2.0 - Metrics/MethodLength: Max: 50 Enabled: false @@ -59,6 +55,9 @@ Metrics/ParameterLists: Metrics/ModuleLength: Enabled: false +AllCops: + TargetRubyVersion: 2.0 + Metrics/LineLength: Enabled: false @@ -132,10 +131,6 @@ Lint/EmptyWhen: Exclude: - programs/kernel-selftests/parse -Lint/Syntax: - Exclude: - - spec/xfstests_spec.rb - Naming/AccessorMethodName: Exclude: - 'lib/compare.rb'