-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.rubocop_todo.yml
More file actions
40 lines (36 loc) · 1.42 KB
/
.rubocop_todo.yml
File metadata and controls
40 lines (36 loc) · 1.42 KB
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
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2025-10-24 16:24:42 UTC using RuboCop version 1.81.6.
# 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: 10
# Configuration parameters: Max, AllowedIdentifiers, AllowedPatterns.
RSpec/IndexedLet:
Exclude:
- 'spec/features/homepage_summary_spec.rb'
- 'spec/models/ability_spec.rb'
- 'spec/models/user_spec.rb'
- 'spec/views/organizations/index.html.erb_spec.rb'
# Offense count: 1
# Configuration parameters: AllowedPatterns.
# AllowedPatterns: ^expect_, ^assert_
RSpec/NoExpectationExample:
Exclude:
- 'spec/jobs/attach_remote_file_to_upload_job_spec.rb'
# Offense count: 2
# This cop supports unsafe autocorrection (--autocorrect-all).
RSpec/VerifiedDoubleReference:
Exclude:
- 'spec/models/job_tracker_spec.rb'
# Offense count: 17
Rails/I18nLocaleTexts:
Exclude:
- 'app/controllers/allowlisted_jwts_controller.rb'
- 'app/controllers/organization_users_controller.rb'
- 'app/controllers/organizations_controller.rb'
- 'app/controllers/site_users_controller.rb'
- 'app/controllers/streams_controller.rb'
- 'app/controllers/uploads_controller.rb'
- 'spec/views/shared/flash_msg.html.erb_spec.rb'