-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.rubocop_todo.yml
27 lines (26 loc) · 1.49 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
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 1000`
# on 2024-06-14 16:51:31 UTC using RuboCop version 1.64.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: 90
# Configuration parameters: Max, AllowedIdentifiers, AllowedPatterns.
RSpec/IndexedLet:
Exclude:
- 'spec/decorators/cd_api/case_summary_decorator_spec.rb'
- 'spec/decorators/cd_api/hearing_decorator_spec.rb'
- 'spec/decorators/cd_api/hearing_summary_decorator_spec.rb'
- 'spec/decorators/court_application_decorator_spec.rb'
- 'spec/decorators/hearing_decorator_spec.rb'
- 'spec/decorators/prosecution_case_decorator_spec.rb'
- 'spec/helpers/hearing_paginator_spec.rb'
- 'spec/services/cd_api/hearing_details/defence_counsels_list_service_spec.rb'
- 'spec/support/shared_examples_for_hearings_sorters.rb'
- 'spec/support/shared_examples_for_hearings_sorters_v2.rb'
- 'spec/views/hearings/_court_applications.html.haml_spec.rb'
- 'spec/views/hearings/_hearing_events.html.haml_spec.rb'
- 'spec/views/prosecution_cases/_cracked_ineffective_trial.html.haml_spec.rb'
- 'spec/views/prosecution_cases/_hearing_summaries.html.haml_spec.rb'
- 'spec/views/prosecution_cases/cd_api/_hearing_summaries.html.haml_spec.rb'