1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2023-11-08 18 :43:53 UTC using RuboCop version 1.57 .2.
3
+ # on 2025-02-20 14 :43:43 UTC using RuboCop version 1.72 .2.
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
@@ -12,7 +12,7 @@ RSpec/BeEql:
12
12
Exclude :
13
13
- ' spec/api/documentation_spec.rb'
14
14
15
- # Offense count: 14
15
+ # Offense count: 15
16
16
# Configuration parameters: Prefixes, AllowedPatterns.
17
17
# Prefixes: when, with, without
18
18
RSpec/ContextWording :
@@ -26,6 +26,7 @@ RSpec/ContextWording:
26
26
27
27
# Offense count: 1
28
28
# This cop supports unsafe autocorrection (--autocorrect-all).
29
+ # Configuration parameters: AutoCorrect.
29
30
RSpec/EmptyExampleGroup :
30
31
Exclude :
31
32
- ' spec/api/documentation_spec.rb'
@@ -40,27 +41,6 @@ RSpec/ExpectInHook:
40
41
Exclude :
41
42
- ' spec/api/documentation_spec.rb'
42
43
43
- # Offense count: 15
44
- # Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
45
- # Include: **/*_spec*rb*, **/spec/**/*
46
- RSpec/FilePath :
47
- Exclude :
48
- - ' spec/api/content_type_spec.rb'
49
- - ' spec/api/cors_spec.rb'
50
- - ' spec/api/documentation_spec.rb'
51
- - ' spec/api/entities_spec.rb'
52
- - ' spec/api/get_json_spec.rb'
53
- - ' spec/api/header_versioning_spec.rb'
54
- - ' spec/api/headers_spec.rb'
55
- - ' spec/api/path_versioning_spec.rb'
56
- - ' spec/api/ping_spec.rb'
57
- - ' spec/api/post_json_spec.rb'
58
- - ' spec/api/post_put_spec.rb'
59
- - ' spec/api/rescue_from_spec.rb'
60
- - ' spec/api/stream_data_spec.rb'
61
- - ' spec/api/upload_file_spec.rb'
62
- - ' spec/api/wrap_response_spec.rb'
63
-
64
44
# Offense count: 9
65
45
# Configuration parameters: AssignmentOnly.
66
46
RSpec/InstanceVariable :
@@ -106,14 +86,6 @@ Rake/Desc:
106
86
Exclude :
107
87
- ' Rakefile'
108
88
109
- # Offense count: 1
110
- # This cop supports safe autocorrection (--autocorrect).
111
- # Configuration parameters: EnforcedStyle.
112
- # SupportedStyles: line_count_dependent, lambda, literal
113
- Style/Lambda :
114
- Exclude :
115
- - ' app/acme_app.rb'
116
-
117
89
# Offense count: 1
118
90
# This cop supports unsafe autocorrection (--autocorrect-all).
119
91
Style/MapToHash :
@@ -125,12 +97,6 @@ Style/OpenStructUse:
125
97
Exclude :
126
98
- ' api/entities.rb'
127
99
128
- # Offense count: 1
129
- # This cop supports safe autocorrection (--autocorrect).
130
- Style/RescueModifier :
131
- Exclude :
132
- - ' api/get_json.rb'
133
-
134
100
# Offense count: 1
135
101
# This cop supports unsafe autocorrection (--autocorrect-all).
136
102
# Configuration parameters: Mode.
0 commit comments