Skip to content

Commit

Permalink
rubocop: lint for Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed May 2, 2024
1 parent 8c410c6 commit 55002c4
Show file tree
Hide file tree
Showing 10 changed files with 446 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 55002c4

Please sign in to comment.