Skip to content

Commit

Permalink
Tidying up RSpec/AnyInstance filename list
Browse files Browse the repository at this point in the history
With any of the .rubocop_fixme.yml entries, it makes sense to revisit
on occassion. The idea being that we collectively attempt to reduce the
number of Rubocop exclusions; We will not get to 0 exclusions.

This commit reflects moving a little closer to the vision, and ensures
that the files no longer excluded operate under the same aspirational
rules.
  • Loading branch information
jeremyf committed Feb 2, 2020
1 parent 39d52ac commit ace4a76
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .rubocop_fixme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,22 +145,16 @@ RSpec/SubjectStub:
RSpec/AnyInstance:
Exclude:
- 'spec/actors/hyrax/actors/generic_work_actor_spec.rb'
- 'spec/controllers/hyrax/admin/admin_sets_controller_spec.rb'
- 'spec/controllers/hyrax/api/items_controller_spec.rb'
- 'spec/controllers/hyrax/api/zotero_controller_spec.rb'
- 'spec/controllers/hyrax/batch_edits_controller_spec.rb'
- 'spec/controllers/hyrax/dashboard_controller_spec.rb'
- 'spec/controllers/hyrax/stats_controller_spec.rb'
- 'spec/jobs/file_set_attached_event_job_spec.rb'
- 'spec/jobs/content_update_event_job_spec.rb'
- 'spec/controllers/hyrax/users_controller_spec.rb'
- 'spec/jobs/content_restored_version_event_job_spec.rb'
- 'spec/jobs/content_new_version_event_job_spec.rb'
- 'spec/jobs/content_depositor_change_event_job_spec.rb'
- 'spec/jobs/content_deposit_event_job_spec.rb'
- 'spec/jobs/file_set_attached_event_job_spec.rb'
- 'spec/jobs/hyrax/grant_edit_to_members_job_spec.rb'
- 'spec/jobs/hyrax/grant_read_to_members_job_spec.rb'
- 'spec/jobs/hyrax/revoke_edit_from_members_job_spec.rb'
- 'spec/lib/hyrax/arkivo/actor_spec.rb'
- 'spec/lib/hyrax/arkivo/create_subscription_job_spec.rb'
- 'spec/presenters/hyrax/file_usage_spec.rb'
- 'spec/presenters/hyrax/work_usage_spec.rb'
Expand Down

0 comments on commit ace4a76

Please sign in to comment.