-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.rubocop_todo.yml
39 lines (37 loc) · 2.07 KB
/
.rubocop_todo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# This configuration was generated by
# `rubocop --auto-gen-config --no-exclude-limit`
# on 2023-12-05 09:32:43 UTC using RuboCop version 1.55.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 85
RSpec/AnyInstance:
Exclude:
- 'spec/requests/admin/legal_aid_applications/submissions_controller_spec.rb'
- 'spec/requests/providers/uploaded_evidence_collection_spec.rb'
- 'spec/requests/providers/use_ccms_controller_spec.rb'
- 'spec/requests/saml_sessions_spec.rb'
- 'spec/services/ccms/attribute_configuration_spec.rb'
- 'spec/services/ccms/manual_review_determiner_spec.rb'
- 'spec/services/ccms/payload_generators/entity_attributes_generator_spec.rb'
- 'spec/services/ccms/requestors/case_add_requestor_spec.rb'
- 'spec/services/ccms/requestors/case_add_requestor_xml_blocks/passported_attributes_spec.rb'
- 'spec/services/ccms/submitters/add_applicant_service_spec.rb'
- 'spec/services/ccms/submitters/add_case_service_spec.rb'
- 'spec/services/ccms/submitters/check_applicant_status_service_spec.rb'
- 'spec/services/ccms/submitters/obtain_applicant_reference_service_spec.rb'
- 'spec/services/ccms/submitters/obtain_case_reference_service_spec.rb'
- 'spec/services/ccms/submitters/obtain_document_id_service_spec.rb'
- 'spec/services/metrics/send_metrics_spec.rb'
Style/SafeNavigationChainLength:
Exclude:
- app/controllers/concerns/address_handling.rb
- app/models/uploaded_evidence_collection.rb
- app/presenters/applicant_account_presenter.rb
- app/services/flow/steps/addresses/correspondence_address_choices_step.rb
- app/services/reports/base_report_creator.rb
- spec/i18n_spec.rb
- app/views/providers/link_application/confirm_links/show.html.erb
- app/views/providers/uploaded_evidence_collections/_upload_evidence.html.erb
- app/views/shared/check_answers/_assets.html.erb