Skip to content

Commit 08dfee1

Browse files
seurosjeremy
andauthored
migrate to plugin system (#28)
* migrate to plugin system https://docs.rubocop.org/rubocop/plugin_migration_guide.html * Consistent quoting --------- Co-authored-by: Jeremy Daer <[email protected]>
1 parent 352cb27 commit 08dfee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rubocop-rails-omakase.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.version = "1.0.0"
1111
s.platform = Gem::Platform::RUBY
1212

13-
s.add_dependency "rubocop"
13+
s.add_dependency "rubocop", ">= 1.72"
1414
s.add_dependency "rubocop-rails"
1515
s.add_dependency "rubocop-performance"
1616

rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require:
1+
plugins:
22
- rubocop-performance
33
- rubocop-rails
44

0 commit comments

Comments
 (0)