Skip to content

Commit d44531c

Browse files
committed
Update to rubocop 1.12.x for newer ruby support
1 parent 77b8cac commit d44531c

File tree

3 files changed

+352
-73
lines changed

3 files changed

+352
-73
lines changed

.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
inherit_from:
22
- .rubocop_todo.yml
33

4+
require:
5+
- rubocop-rake
6+
- rubocop-rspec
7+
48
AllCops:
59
Exclude:
610
- 'vendor/**/*'
711
- 'spec/fixtures/**/*'
812
- 'tmp/**/*'
913
- 'spec/integration/**/*'
14+
NewCops: enable
1015

1116
Metrics/BlockLength:
1217
Exclude:

0 commit comments

Comments
 (0)