-
Notifications
You must be signed in to change notification settings - Fork 3
/
.rubocop_todo.yml
65 lines (58 loc) · 2.27 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-06-17 13:11:25 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: 2
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
# URISchemes: http, https
Layout/LineLength:
Exclude:
- 'spec/views/dashboard/summary.html.erb_spec.rb'
# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowConsecutiveOneLiners.
RSpec/EmptyLineAfterHook:
Exclude:
- 'spec/factories/users.rb'
# Offense count: 13
# Configuration parameters: Max, AllowedIdentifiers, AllowedPatterns.
RSpec/IndexedLet:
Exclude:
- 'spec/features/homepage_summary_spec.rb'
- 'spec/models/ability_spec.rb'
- 'spec/models/stream_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: 11
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: .
# SupportedStyles: constant, string
RSpec/VerifiedDoubleReference:
EnforcedStyle: string
# Offense count: 18
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'
# Offense count: 3
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: AllowMethodsWithArguments, AllowedMethods, AllowedPatterns, AllowComments.
# AllowedMethods: define_method, mail, respond_to
Style/SymbolProc:
Exclude:
- 'spec/factories/users.rb'