Skip to content

Commit 5ff29fb

Browse files
committed
Add rubocop-rails-omakase (no idea why CI wants it)
1 parent 8cc00c3 commit 5ff29fb

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

react_on_rails/Gemfile.development_dependencies

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ group :development, :test do
3737
gem "steep", require: false
3838
gem "rubocop", "1.61.0", require: false
3939
gem "rubocop-performance", "~>1.20.0", require: false
40+
gem "rubocop-rails-omakase", "~>1.0.0", require: false
4041
gem "rubocop-rspec", "~>2.26", require: false
4142
gem "spring", "~> 4.0"
4243
gem "lefthook", require: false

react_on_rails/Gemfile.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,22 @@ GEM
320320
rubocop (~> 1.41)
321321
rubocop-factory_bot (2.25.1)
322322
rubocop (~> 1.41)
323+
rubocop-minitest (0.36.0)
324+
rubocop (>= 1.61, < 2.0)
325+
rubocop-ast (>= 1.31.1, < 2.0)
323326
rubocop-performance (1.20.2)
324327
rubocop (>= 1.48.1, < 2.0)
325328
rubocop-ast (>= 1.30.0, < 2.0)
329+
rubocop-rails (2.29.1)
330+
activesupport (>= 4.2.0)
331+
rack (>= 1.1)
332+
rubocop (>= 1.52.0, < 2.0)
333+
rubocop-ast (>= 1.31.1, < 2.0)
334+
rubocop-rails-omakase (1.0.0)
335+
rubocop
336+
rubocop-minitest
337+
rubocop-performance
338+
rubocop-rails
326339
rubocop-rspec (2.29.2)
327340
rubocop (~> 1.40)
328341
rubocop-capybara (~> 2.17)
@@ -464,6 +477,7 @@ DEPENDENCIES
464477
rspec_junit_formatter
465478
rubocop (= 1.61.0)
466479
rubocop-performance (~> 1.20.0)
480+
rubocop-rails-omakase (~> 1.0.0)
467481
rubocop-rspec (~> 2.26)
468482
sass-rails (~> 6.0)
469483
sdoc

0 commit comments

Comments
 (0)