Skip to content

Commit 2f0646a

Browse files
committed
rubocop: lint for Ruby 2.7
1 parent 8c410c6 commit 2f0646a

File tree

10 files changed

+467
-56
lines changed

10 files changed

+467
-56
lines changed

.rubocop.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
inherit_from: .rubocop_todo.yml
3+
24
require:
35
- rubocop-performance
46
- rubocop-rake
@@ -9,7 +11,7 @@ AllCops:
911
DisplayCopNames: true
1012
ExtraDetails: true
1113
DisplayStyleGuide: true
12-
TargetRubyVersion: '2.6'
14+
TargetRubyVersion: '2.7'
1315
Exclude:
1416
- vendor/**/*
1517
- .vendor/**/*

0 commit comments

Comments
 (0)