Skip to content

Commit

Permalink
Merge pull request #15235 from opf/fix-rubocop-loading-warning
Browse files Browse the repository at this point in the history
Require rubocop-rspec_rails to fix rubocop warning.
  • Loading branch information
aaron-contreras authored Apr 12, 2024
2 parents 6347660 + c4de541 commit 4249a30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require:
- rubocop-rails
- rubocop-rspec
- rubocop-rspec_rails
- ./lib_static/rubocop/cop/open_project/add_preview_for_view_component.rb
- ./lib_static/rubocop/cop/open_project/no_do_end_block_with_rspec_capybara_matcher_in_expect.rb
- ./lib_static/rubocop/cop/open_project/use_service_result_factory_methods.rb
Expand Down

0 comments on commit 4249a30

Please sign in to comment.