Skip to content

Commit

Permalink
Merge pull request #15741 from danidoni/enable-rspec-repeated-subject…
Browse files Browse the repository at this point in the history
…-call-cop

Enable the RSpec/RepeatedSubjectCall cop again
  • Loading branch information
danidoni committed Mar 5, 2024
2 parents f408453 + 731dffd commit 75cbc1e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/api/.rubocop_todo.yml
Expand Up @@ -804,15 +804,6 @@ RSpec/Rails/HaveHttpStatus:
- 'spec/controllers/webui/session_controller_spec.rb'
- 'spec/controllers/webui/users/notifications_controller_spec.rb'

# Offense count: 10
RSpec/RepeatedSubjectCall:
Exclude:
- 'spec/models/workflow/step/branch_package_step_spec.rb'
- 'spec/models/workflow/step/configure_repositories_spec.rb'
- 'spec/models/workflow/step/link_package_step_spec.rb'
- 'spec/models/workflow/step/rebuild_package_step_spec.rb'
- 'spec/models/workflow/step/submit_request_step_spec.rb'

# Offense count: 1
RSpec/SubjectStub:
Exclude:
Expand Down

0 comments on commit 75cbc1e

Please sign in to comment.