Skip to content

Commit 9cbd49b

Browse files
committed
Remove Rubocop.yml deprecation warnings
We can now use plugins, and require only local modules.
1 parent 97c9bda commit 9cbd49b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.rubocop.yml

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

33
# Relaxed.Ruby.Style
4-
5-
require:
4+
plugins:
65
- rubocop-performance
76
- rubocop-rails
7+
require:
88
- ./tasks/linting/wrong_migration_version.rb
99

1010
AllCops:

0 commit comments

Comments
 (0)