Skip to content

Commit ba6c380

Browse files
committed
chore: fix rubocop after switching to voxpupuli-test gem
1 parent 3c474e7 commit ba6c380

2 files changed

Lines changed: 144 additions & 350 deletions

File tree

.rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
inherit_from: .rubocop_todo.yml
33

44
inherit_gem:
5-
voxpupuli-rubocop: rubocop.yml
5+
voxpupuli-test: rubocop.yml
66

77
AllCops:
88
TargetRubyVersion: '3.2'
@@ -22,4 +22,4 @@ Layout/LineLength:
2222
Max: 150
2323

2424
Style/FetchEnvVar:
25-
Enabled: false
25+
Enabled: false

0 commit comments

Comments
 (0)