File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
inherit_gem :
2
2
rubocop-rails-omakase : rubocop.yml
3
3
4
- require :
4
+ plugins :
5
5
- rubocop-performance
6
6
- rubocop-rails
7
-
7
+ - rubocop-minitest
8
8
AllCops :
9
9
NewCops : enable
10
10
DisabledByDefault : false
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ group :development do
58
58
gem "brakeman" , require : false
59
59
gem "hotwire-spark"
60
60
gem "letter_opener"
61
+ gem "rubocop-minitest" , require : false
61
62
gem "rubocop-rails-omakase" , require : false
62
63
gem "ruby-lsp"
63
64
gem "web-console"
Original file line number Diff line number Diff line change 414
414
unicode-display_width (>= 2.4.0 , < 4.0 )
415
415
rubocop-ast (1.38.1 )
416
416
parser (>= 3.3.1.0 )
417
+ rubocop-minitest (0.37.1 )
418
+ lint_roller (~> 1.1 )
419
+ rubocop (>= 1.72.1 , < 2.0 )
420
+ rubocop-ast (>= 1.38.0 , < 2.0 )
417
421
rubocop-performance (1.24.0 )
418
422
lint_roller (~> 1.1 )
419
423
rubocop (>= 1.72.1 , < 2.0 )
@@ -575,6 +579,7 @@ DEPENDENCIES
575
579
rails_semantic_logger
576
580
responders
577
581
retest
582
+ rubocop-minitest
578
583
rubocop-rails-omakase
579
584
ruby-lsp
580
585
slim
You can’t perform that action at this time.
0 commit comments