Skip to content

Commit

Permalink
Merge pull request #370 from bastelfreak/ruby27
Browse files Browse the repository at this point in the history
rubocop: lint for Ruby 2.7
  • Loading branch information
bastelfreak authored May 2, 2024
2 parents 8c410c6 + 2f0646a commit 4115525
Show file tree
Hide file tree
Showing 10 changed files with 467 additions and 56 deletions.
4 changes: 3 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
inherit_from: .rubocop_todo.yml

require:
- rubocop-performance
- rubocop-rake
Expand All @@ -9,7 +11,7 @@ AllCops:
DisplayCopNames: true
ExtraDetails: true
DisplayStyleGuide: true
TargetRubyVersion: '2.6'
TargetRubyVersion: '2.7'
Exclude:
- vendor/**/*
- .vendor/**/*
Expand Down
Loading

0 comments on commit 4115525

Please sign in to comment.