Skip to content

Commit e75597d

Browse files
committed
Update Rubocop config
* Use the new plugin mechanism for supported cops
1 parent e382f28 commit e75597d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.rubocop.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
require:
1+
plugins:
22
- rubocop-capybara
33
- rubocop-factory_bot
4-
- rubocop-rspec_rails
5-
6-
plugins:
74
- rubocop-performance
85
- rubocop-rails
96
- rubocop-rspec
7+
- rubocop-rspec_rails
108

119
inherit_from:
1210
- .rubocop/layout.yml

0 commit comments

Comments
 (0)