1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2022-07-26 21:27:23 UTC using RuboCop version 1.32.0 .
3
+ # on 2022-10-25 12:04:09 UTC using RuboCop version 1.28.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
7
7
# versions of RuboCop, may require this file to be generated again.
8
8
9
9
# Offense count: 2
10
- # This cop supports safe autocorrection (--autocorrect ).
10
+ # This cop supports safe auto-correction (--auto-correct ).
11
11
# Configuration parameters: EnforcedStyleAlignWith, Severity.
12
12
# SupportedStylesAlignWith: start_of_line, begin
13
13
Layout/BeginEndAlignment :
@@ -16,7 +16,7 @@ Layout/BeginEndAlignment:
16
16
- ' lib/rspec/rails/tasks/rspec.rake'
17
17
18
18
# Offense count: 2
19
- # This cop supports safe autocorrection (--autocorrect ).
19
+ # This cop supports safe auto-correction (--auto-correct ).
20
20
# Configuration parameters: AllowAliasSyntax, AllowedMethods.
21
21
# AllowedMethods: alias_method, public, protected, private
22
22
Layout/EmptyLinesAroundAttributeAccessor :
@@ -25,7 +25,7 @@ Layout/EmptyLinesAroundAttributeAccessor:
25
25
- ' spec/rspec/rails/matchers/be_valid_spec.rb'
26
26
27
27
# Offense count: 4
28
- # This cop supports safe autocorrection (--autocorrect ).
28
+ # This cop supports safe auto-correction (--auto-correct ).
29
29
# Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
30
30
# SupportedHashRocketStyles: key, separator, table
31
31
# SupportedColonStyles: key, separator, table
@@ -35,7 +35,7 @@ Layout/HashAlignment:
35
35
- ' rspec-rails.gemspec'
36
36
37
37
# Offense count: 34
38
- # This cop supports safe autocorrection (--autocorrect ).
38
+ # This cop supports safe auto-correction (--auto-correct ).
39
39
# Configuration parameters: .
40
40
# SupportedStyles: space, no_space
41
41
Layout/SpaceAroundEqualsInParameterDefault :
@@ -54,13 +54,13 @@ Lint/AmbiguousBlockAssociation:
54
54
- ' spec/rspec/rails/view_spec_methods_spec.rb'
55
55
56
56
# Offense count: 1
57
- # This cop supports safe autocorrection (--autocorrect ).
57
+ # This cop supports safe auto-correction (--auto-correct ).
58
58
Lint/AmbiguousOperator :
59
59
Exclude :
60
60
- ' Rakefile'
61
61
62
62
# Offense count: 5
63
- # This cop supports safe autocorrection (--autocorrect ).
63
+ # This cop supports safe auto-correction (--auto-correct ).
64
64
Lint/AmbiguousRegexpLiteral :
65
65
Exclude :
66
66
- ' features/step_definitions/additional_cli_steps.rb'
@@ -98,7 +98,7 @@ Lint/EmptyExpression:
98
98
- ' lib/rspec/rails/adapters.rb'
99
99
100
100
# Offense count: 1
101
- # This cop supports unsafe autocorrection (--autocorrect -all).
101
+ # This cop supports unsafe auto-correction (--auto-correct -all).
102
102
Lint/NonDeterministicRequireOrder :
103
103
Exclude :
104
104
- ' spec/spec_helper.rb'
@@ -165,50 +165,42 @@ Naming/MethodParameterName:
165
165
- ' spec/rspec/rails/example/controller_example_group_spec.rb'
166
166
167
167
# Offense count: 4
168
- # This cop supports safe autocorrection (--autocorrect ).
168
+ # This cop supports safe auto-correction (--auto-correct ).
169
169
# Configuration parameters: PreferredName.
170
170
Naming/RescuedExceptionsVariableName :
171
171
Exclude :
172
172
- ' lib/rspec/rails/matchers/base_matcher.rb'
173
173
- ' lib/rspec/rails/matchers/have_http_status.rb'
174
174
175
175
# Offense count: 2
176
- # This cop supports safe autocorrection (--autocorrect ).
176
+ # This cop supports safe auto-correction (--auto-correct ).
177
177
Style/BisectedAttrAccessor :
178
178
Exclude :
179
179
- ' lib/rspec/rails/view_rendering.rb'
180
180
181
- # Offense count: 17
182
- # This cop supports unsafe autocorrection (--autocorrect-all ).
181
+ # Offense count: 18
182
+ # This cop supports safe auto-correction (--auto-correct ).
183
183
# Configuration parameters: EnforcedStyle.
184
184
# SupportedStyles: nested, compact
185
185
Style/ClassAndModuleChildren :
186
186
Enabled : false
187
187
188
- # Offense count: 1
189
- # This cop supports safe autocorrection (--autocorrect).
190
- # Configuration parameters: Keywords, RequireColon.
191
- # Keywords: TODO, FIXME, OPTIMIZE, HACK, REVIEW, NOTE
192
- Style/CommentAnnotation :
193
- Exclude :
194
- - ' spec/rspec/rails/matchers/active_job_spec.rb'
195
-
196
188
# Offense count: 5
197
- # This cop supports unsafe autocorrection (--autocorrect-all ).
189
+ # This cop supports safe auto-correction (--auto-correct ).
198
190
Style/CommentedKeyword :
199
191
Exclude :
200
192
- ' spec/rspec/rails/example/view_example_group_spec.rb'
201
193
202
194
# Offense count: 6
203
- # This cop supports safe autocorrection (--autocorrect ).
195
+ # This cop supports safe auto-correction (--auto-correct ).
204
196
Style/ExplicitBlockArgument :
205
197
Exclude :
206
198
- ' benchmarks/before_block_capture_block_vs_yield.rb'
207
199
- ' features/support/env.rb'
208
200
- ' spec/sanity_check_spec.rb'
209
201
210
- # Offense count: 152
211
- # This cop supports unsafe autocorrection (--autocorrect-all ).
202
+ # Offense count: 154
203
+ # This cop supports safe auto-correction (--auto-correct ).
212
204
# Configuration parameters: EnforcedStyle.
213
205
# SupportedStyles: always, always_true, never
214
206
Style/FrozenStringLiteralComment :
@@ -228,7 +220,7 @@ Style/HashLikeCase:
228
220
- ' lib/rspec/rails/matchers/active_job.rb'
229
221
230
222
# Offense count: 4
231
- # This cop supports safe autocorrection (--autocorrect ).
223
+ # This cop supports safe auto-correction (--auto-correct ).
232
224
# Configuration parameters: EnforcedOctalStyle.
233
225
# SupportedOctalStyles: zero_with_o, zero_only
234
226
Style/NumericLiteralPrefix :
@@ -237,12 +229,6 @@ Style/NumericLiteralPrefix:
237
229
- ' example_app_generator/generate_app.rb'
238
230
- ' spec/sanity_check_spec.rb'
239
231
240
- # Offense count: 2
241
- # This cop supports safe autocorrection (--autocorrect).
242
- # Configuration parameters: Strict, AllowedNumbers.
243
- Style/NumericLiterals :
244
- MinDigits : 6
245
-
246
232
# Offense count: 2
247
233
# Configuration parameters: AllowedMethods.
248
234
# AllowedMethods: respond_to_missing?
@@ -251,33 +237,8 @@ Style/OptionalBooleanParameter:
251
237
- ' example_app_generator/spec/verify_custom_renderers_spec.rb'
252
238
- ' lib/rspec/rails/view_rendering.rb'
253
239
254
- # Offense count: 12
255
- # This cop supports safe autocorrection (--autocorrect).
256
- # Configuration parameters: EnforcedStyle, AllowedCompactTypes.
257
- # SupportedStyles: compact, exploded
258
- Style/RaiseArgs :
259
- Exclude :
260
- - ' spec/rspec/rails/matchers/be_routable_spec.rb'
261
- - ' spec/rspec/rails/matchers/have_rendered_spec.rb'
262
- - ' spec/rspec/rails/matchers/redirect_to_spec.rb'
263
- - ' spec/rspec/rails/matchers/route_to_spec.rb'
264
-
265
- # Offense count: 36
266
- # This cop supports safe autocorrection (--autocorrect).
267
- Style/RedundantRegexpEscape :
268
- Exclude :
269
- - ' example_app_generator/generate_app.rb'
270
- - ' spec/generators/rspec/feature/feature_generator_spec.rb'
271
- - ' spec/generators/rspec/generator/generator_generator_spec.rb'
272
- - ' spec/generators/rspec/system/system_generator_spec.rb'
273
- - ' spec/generators/rspec/view/view_generator_spec.rb'
274
- - ' spec/rspec/rails/matchers/action_cable/have_stream_spec.rb'
275
- - ' spec/rspec/rails/matchers/have_rendered_spec.rb'
276
- - ' spec/rspec/rails/matchers/redirect_to_spec.rb'
277
- - ' spec/support/generators.rb'
278
-
279
240
# Offense count: 23
280
- # This cop supports safe autocorrection (--autocorrect ).
241
+ # This cop supports safe auto-correction (--auto-correct ).
281
242
# Configuration parameters: AllowIfMethodIsEmpty.
282
243
Style/SingleLineMethods :
283
244
Exclude :
@@ -290,14 +251,14 @@ Style/SingleLineMethods:
290
251
- ' spec/rspec/rails/setup_and_teardown_adapter_spec.rb'
291
252
292
253
# Offense count: 1
293
- # This cop supports safe autocorrection (--autocorrect ).
254
+ # This cop supports safe auto-correction (--auto-correct ).
294
255
# Configuration parameters: AllowModifier.
295
256
Style/SoleNestedConditional :
296
257
Exclude :
297
258
- ' lib/rspec/rails/tasks/rspec.rake'
298
259
299
260
# Offense count: 4
300
- # This cop supports unsafe autocorrection (--autocorrect -all).
261
+ # This cop supports unsafe auto-correction (--auto-correct -all).
301
262
# Configuration parameters: Mode.
302
263
Style/StringConcatenation :
303
264
Exclude :
0 commit comments