Skip to content

Commit

Permalink
Revert ".rubocop.2.0.yml: ignore Lint/Syntax for spec/xfstests_spec.rb"
Browse files Browse the repository at this point in the history
This reverts commit ec09331.

Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
rli9 committed Jan 15, 2025
1 parent edcd881 commit d5dae1f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .rubocop.2.0.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@

AllCops:
TargetRubyVersion: 2.0

Metrics/MethodLength:
Max: 50
Enabled: false
Expand Down Expand Up @@ -59,6 +55,9 @@ Metrics/ParameterLists:
Metrics/ModuleLength:
Enabled: false

AllCops:
TargetRubyVersion: 2.0

Metrics/LineLength:
Enabled: false

Expand Down Expand Up @@ -132,10 +131,6 @@ Lint/EmptyWhen:
Exclude:
- programs/kernel-selftests/parse

Lint/Syntax:
Exclude:
- spec/xfstests_spec.rb

Naming/AccessorMethodName:
Exclude:
- 'lib/compare.rb'
Expand Down

0 comments on commit d5dae1f

Please sign in to comment.