Skip to content

Commit 29d7fad

Browse files
olleolleollebrunofacca
authored andcommitted
RuboCop: configure plugins as plugins
This avoids a deprecation warning being emitted on start.
1 parent b0114ee commit 29d7fad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.rubocop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
inherit_from: .rubocop_todo.yml
22

33
require:
4+
- rubocop-rspec
5+
plugins:
46
- rubocop-performance
57
- rubocop-rails
6-
- rubocop-rspec
7-
88

99
inherit_mode:
1010
merge:
@@ -15,7 +15,7 @@ AllCops:
1515
TargetRubyVersion: 2.7
1616
NewCops: enable
1717
Exclude:
18-
- 'gemfiles/**/*'
18+
- 'gemfiles/*'
1919

2020
Layout/EmptyLineAfterGuardClause:
2121
Enabled: false

0 commit comments

Comments
 (0)