Skip to content

Commit d5066bd

Browse files
authored
Drop rubocop-minitest from gem dependency (#18)
Closes #13. This PR drops rubocop-minitest from gem dependency. In fact, the `Minitest` department's Cop is not used in rubocop-rails-omakase: https://github.com/rails/rubocop-rails-omakase/blob/v1.0.0/rubocop.yml This means that it might be appropriate for users to add the `Minitest` department's cop only when they start using it. As a result, there will be no need to install gems that are not included in the rubocop-rails-omakase configuration. Users can be given the choice to add cops based on the testing framework they are using.
1 parent 8e87a52 commit d5066bd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

rubocop-rails-omakase.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Gem::Specification.new do |s|
1313
s.add_dependency "rubocop"
1414
s.add_dependency "rubocop-rails"
1515
s.add_dependency "rubocop-performance"
16-
s.add_dependency "rubocop-minitest"
1716

1817
s.files = %w[ rubocop.yml ]
1918
end

rubocop.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
require:
22
- rubocop-performance
33
- rubocop-rails
4-
- rubocop-minitest
54

65
inherit_mode:
76
merge:

0 commit comments

Comments
 (0)