-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.rubocop_todo.yml
More file actions
70 lines (61 loc) · 2.2 KB
/
Copy path.rubocop_todo.yml
File metadata and controls
70 lines (61 loc) · 2.2 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
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
66
67
68
69
70
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 200`
# on 2025-04-29 13:25:15 UTC using RuboCop version 1.75.3.
# 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: 1
# Configuration parameters: Max, CountKeywordArgs, MaxOptionalParameters.
Metrics/ParameterLists:
Exclude:
- 'app/lib/jwt_user.rb'
# Offense count: 2
# Configuration parameters: ForbiddenDelimiters.
# ForbiddenDelimiters: (?i-mx:(^|\s)(EO[A-Z]{1}|END)(\s|$))
Naming/HeredocDelimiterNaming:
Exclude:
- 'spec/support/matchers/has_existing_key_whose_upcased_value_eq.rb'
- 'spec/support/matchers/has_existing_key_whose_value_eq.rb'
# Offense count: 1
# Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros, UseSorbetSigs.
# NamePrefix: is_, has_, have_, does_
# ForbiddenPrefixes: is_, has_, have_, does_
# AllowedMethods: is_a?
# MethodDefinitionMacros: define_method, define_singleton_method
Naming/PredicatePrefix:
Exclude:
- 'app/lib/jwt_user.rb'
# Offense count: 7
RSpec/AnyInstance:
Exclude:
- 'spec/models/siren_spec.rb'
- 'spec/models/siret_spec.rb'
- 'spec/spec_helper.rb'
- 'spec/support/matchers/be_delegated_to.rb'
# Offense count: 19
# Configuration parameters: Prefixes, AllowedPatterns.
# Prefixes: when, with, without
RSpec/ContextWording:
Exclude:
- 'spec/acceptances/open_api_validation_spec.rb'
- 'spec/interactors/make_request_spec.rb'
- 'spec/services/maintenance_service_spec.rb'
- 'spec/swagger_helper.rb'
# Offense count: 1
RSpec/ExpectInHook:
Exclude:
- 'spec/controllers/api_controller_spec.rb'
# Offense count: 1
RSpec/IteratedExpectation:
Exclude:
- 'spec/support/matchers/json_errors.rb'
# Offense count: 1
# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
RSpec/VerifiedDoubles:
Exclude:
- 'spec/organizers/retriever_organizer_spec.rb'
# Offense count: 2
Style/ClassVars:
Exclude:
- 'spec/support/deferred_garbage_collection.rb'