generated from DFE-Digital/govuk-rails-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.rubocop_todo.yml
46 lines (41 loc) · 1.74 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
40
41
42
43
44
45
46
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-02-28 12:45:26 UTC using RuboCop version 1.44.1.
# 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: 29
# Configuration parameters: Prefixes, AllowedPatterns.
# Prefixes: when, with, without
RSpec/ContextWording:
Exclude:
- 'spec/lib/questionnaires/choose_your_npq_spec.rb'
- 'spec/lib/questionnaires/choose_your_provider_spec.rb'
- 'spec/lib/questionnaires/qualified_teacher_check_spec.rb'
- 'spec/lib/questionnaires/registration_interest_notification_spec.rb'
- 'spec/lib/services/admin_service/dashboard_stats_spec.rb'
- 'spec/lib/services/funding_eligibility_spec.rb'
- 'spec/lib/services/handle_submission_for_store_spec.rb'
- 'spec/lib/services/importers/import_private_childcare_providers_spec.rb'
- 'spec/lib/services/report_service_spec.rb'
- 'spec/models/school_spec.rb'
- 'spec/support/shared_contexts/retrieve_latest_application_data.rb'
- 'spec/support/shared_contexts/stub_gai_oauth.rb'
# Offense count: 2
RSpec/ExpectInHook:
Exclude:
- 'spec/support/shared_contexts/retrieve_latest_application_data.rb'
# Offense count: 2
RSpec/ExpectOutput:
Exclude:
- 'spec/lib/services/importers/manual_validation_spec.rb'
# Offense count: 430
# Configuration parameters: EnforcedStyle, IgnoreSharedExamples.
# SupportedStyles: always, named_only
RSpec/NamedSubject:
Enabled: false
# Offense count: 1
RSpec/SubjectStub:
Exclude:
- 'spec/lib/questionnaires/choose_private_childcare_provider_spec.rb'