Skip to content

Commit 10dfbce

Browse files
authored
Merge pull request solidusio#6247 from mamhoff/rubocop-deprecation-warnings
2 parents 97c9bda + 9cbd49b commit 10dfbce

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)