File tree Expand file tree Collapse file tree 4 files changed +14
-1
lines changed
.template-application-rails Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : v0.4.1-18-g30b12ab
2+ _commit : v0.4.1-21-g4bdf8e6
33_src_path : https://github.com/navapbc/template-application-rails
44app_local_port : 3100
55app_name : app-rails
Original file line number Diff line number Diff line change 11plugins :
22 - rubocop-rspec
3+ - rubocop-rspec_rails
34inherit_gem :
45 pundit : config/rubocop-rspec.yml
56 rubocop-rails-omakase : rubocop.yml
67
8+ AllCops :
9+ NewCops : disable
10+
711RSpec/ExampleLength :
812 Enabled : false
913RSpec/MultipleExpectations :
@@ -13,5 +17,8 @@ RSpec/NoExpectationExample:
1317 - assert_
1418 - is_expected_in_block
1519
20+ RSpecRails/HttpStatusNameConsistency :
21+ Enabled : true
22+
1623Style/FrozenStringLiteralComment :
1724 Enabled : true
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ group :development do
9797 # Linting
9898 gem "rubocop-rails-omakase" , require : false
9999 gem "rubocop-rspec" , require : false
100+ gem "rubocop-rspec_rails" , require : false
100101
101102 # Test notifications locally without sending the emails
102103 gem "letter_opener"
Original file line number Diff line number Diff line change 446446 rubocop-rspec (3.7.0 )
447447 lint_roller (~> 1.1 )
448448 rubocop (~> 1.72 , >= 1.72.1 )
449+ rubocop-rspec_rails (2.32.0 )
450+ lint_roller (~> 1.1 )
451+ rubocop (~> 1.72 , >= 1.72.1 )
452+ rubocop-rspec (~> 3.5 )
449453 ruby-graphviz (1.2.5 )
450454 rexml
451455 ruby-progressbar (1.13.0 )
@@ -558,6 +562,7 @@ DEPENDENCIES
558562 rspec-rails (~> 8.0.0 )
559563 rubocop-rails-omakase
560564 rubocop-rspec
565+ rubocop-rspec_rails
561566 selenium-webdriver
562567 simplecov
563568 sprockets-rails
You can’t perform that action at this time.
0 commit comments