1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config --exclude-limit 10000`
3
- # on 2025-04-01 18:59:20 UTC using RuboCop version 1.75.1 .
3
+ # on 2025-04-10 07:56:29 UTC using RuboCop version 1.75.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
@@ -51,14 +51,13 @@ Layout/ExtraSpacing:
51
51
Layout/FirstHashElementIndentation :
52
52
EnforcedStyle : consistent
53
53
54
- # Offense count: 6
54
+ # Offense count: 5
55
55
# This cop supports safe autocorrection (--autocorrect).
56
56
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
57
57
# SupportedStyles: space, no_space
58
58
# SupportedStylesForEmptyBraces: space, no_space
59
59
Layout/SpaceBeforeBlockBraces :
60
60
Exclude :
61
- - ' spec/dummy/app/controllers/inertia_render_test_controller.rb'
62
61
- ' spec/inertia/error_sharing_spec.rb'
63
62
- ' spec/inertia/request_spec.rb'
64
63
@@ -106,13 +105,12 @@ Layout/TrailingEmptyLines:
106
105
- ' lib/tasks/inertia_rails.rake'
107
106
- ' spec/inertia/rails_mimic_spec.rb'
108
107
109
- # Offense count: 10
108
+ # Offense count: 9
110
109
# This cop supports safe autocorrection (--autocorrect).
111
110
# Configuration parameters: AllowInHeredoc.
112
111
Layout/TrailingWhitespace :
113
112
Exclude :
114
113
- ' lib/inertia_rails/rspec.rb'
115
- - ' spec/dummy/app/controllers/inertia_render_test_controller.rb'
116
114
- ' spec/dummy/config/environments/test.rb'
117
115
118
116
# Offense count: 1
@@ -227,7 +225,7 @@ Style/ExpandPathArguments:
227
225
Exclude :
228
226
- ' spec/rails_helper.rb'
229
227
230
- # Offense count: 65
228
+ # Offense count: 63
231
229
# This cop supports unsafe autocorrection (--autocorrect-all).
232
230
# Configuration parameters: EnforcedStyle.
233
231
# SupportedStyles: always, always_true, never
@@ -239,7 +237,6 @@ Style/FrozenStringLiteralComment:
239
237
- ' lib/inertia_rails/controller.rb'
240
238
- ' lib/inertia_rails/engine.rb'
241
239
- ' lib/inertia_rails/helper.rb'
242
- - ' lib/inertia_rails/inertia_rails.rb'
243
240
- ' lib/inertia_rails/rspec.rb'
244
241
- ' lib/inertia_rails/version.rb'
245
242
- ' lib/patches/better_errors.rb'
@@ -259,7 +256,6 @@ Style/FrozenStringLiteralComment:
259
256
- ' spec/dummy/app/controllers/inertia_merge_shared_controller.rb'
260
257
- ' spec/dummy/app/controllers/inertia_multithreaded_share_controller.rb'
261
258
- ' spec/dummy/app/controllers/inertia_rails_mimic_controller.rb'
262
- - ' spec/dummy/app/controllers/inertia_render_test_controller.rb'
263
259
- ' spec/dummy/app/controllers/inertia_responders_test_controller.rb'
264
260
- ' spec/dummy/app/controllers/inertia_session_continuity_test_controller.rb'
265
261
- ' spec/dummy/app/controllers/inertia_share_test_controller.rb'
@@ -337,14 +333,13 @@ Style/IfUnlessModifierOfIfUnless:
337
333
Exclude :
338
334
- ' lib/inertia_rails/controller.rb'
339
335
340
- # Offense count: 3
336
+ # Offense count: 2
341
337
# This cop supports safe autocorrection (--autocorrect).
342
338
# Configuration parameters: EnforcedStyle.
343
339
# SupportedStyles: line_count_dependent, lambda, literal
344
340
Style/Lambda :
345
341
Exclude :
346
342
- ' spec/dummy/app/controllers/inertia_lambda_shared_props_controller.rb'
347
- - ' spec/dummy/app/controllers/inertia_render_test_controller.rb'
348
343
- ' spec/dummy/app/controllers/transformed_inertia_rails_mimic_controller.rb'
349
344
350
345
# Offense count: 1
@@ -456,7 +451,7 @@ Style/TrailingCommaInArguments:
456
451
- ' spec/dummy/app/controllers/inertia_config_test_controller.rb'
457
452
- ' spec/dummy/app/controllers/inertia_rails_mimic_controller.rb'
458
453
459
- # Offense count: 22
454
+ # Offense count: 12
460
455
# This cop supports safe autocorrection (--autocorrect).
461
456
# Configuration parameters: EnforcedStyleForMultiline.
462
457
# SupportedStylesForMultiline: comma, consistent_comma, diff_comma, no_comma
@@ -466,13 +461,12 @@ Style/TrailingCommaInHashLiteral:
466
461
- ' spec/dummy/app/controllers/inertia_lambda_shared_props_controller.rb'
467
462
- ' spec/dummy/app/controllers/inertia_merge_instance_props_controller.rb'
468
463
- ' spec/dummy/app/controllers/inertia_merge_shared_controller.rb'
469
- - ' spec/dummy/app/controllers/inertia_render_test_controller.rb'
470
464
- ' spec/dummy/config/environments/development.rb'
471
465
- ' spec/dummy/config/environments/test.rb'
472
466
- ' spec/inertia/response_spec.rb'
473
467
- ' spec/inertia/rspec_helper_spec.rb'
474
468
475
- # Offense count: 24
469
+ # Offense count: 19
476
470
# This cop supports safe autocorrection (--autocorrect).
477
471
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings.
478
472
# URISchemes: http, https
0 commit comments