Skip to content

Commit

Permalink
Merge pull request #328 from cookpad/nekketsuuu-rubocop-yml
Browse files Browse the repository at this point in the history
rubocop: Let rubocop search .ruby-version file
  • Loading branch information
nekketsuuu authored Feb 28, 2024
2 parents 764954d + 349126d commit e7dd215
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
AllCops:
TargetRubyVersion: 2.3
Exclude:
- 'vendor/**/*'
- 'tmp/**/*'
Expand All @@ -11,20 +10,20 @@ Style:
Layout/EmptyLineAfterGuardClause:
Enabled: false

Metrics/LineLength:
Layout/LineLength:
Enabled: false

Metrics/AbcSize:
Enabled: false

Metrics/ClassLength:
Metrics/BlockLength:
Enabled: false

Metrics/ModuleLength:
Metrics/ClassLength:
Enabled: false

Metrics/MethodLength:
Enabled: false

Metrics/BlockLength:
Metrics/ModuleLength:
Enabled: false

0 comments on commit e7dd215

Please sign in to comment.