11# This configuration was generated by
22# `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 .
44# The point is for the user to remove these configuration records
55# one by one as the offenses are removed from the code base.
66# Note that changes in the inspected code, or installation of new
@@ -51,14 +51,13 @@ Layout/ExtraSpacing:
5151Layout/FirstHashElementIndentation :
5252 EnforcedStyle : consistent
5353
54- # Offense count: 6
54+ # Offense count: 5
5555# This cop supports safe autocorrection (--autocorrect).
5656# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
5757# SupportedStyles: space, no_space
5858# SupportedStylesForEmptyBraces: space, no_space
5959Layout/SpaceBeforeBlockBraces :
6060 Exclude :
61- - ' spec/dummy/app/controllers/inertia_render_test_controller.rb'
6261 - ' spec/inertia/error_sharing_spec.rb'
6362 - ' spec/inertia/request_spec.rb'
6463
@@ -106,13 +105,12 @@ Layout/TrailingEmptyLines:
106105 - ' lib/tasks/inertia_rails.rake'
107106 - ' spec/inertia/rails_mimic_spec.rb'
108107
109- # Offense count: 10
108+ # Offense count: 9
110109# This cop supports safe autocorrection (--autocorrect).
111110# Configuration parameters: AllowInHeredoc.
112111Layout/TrailingWhitespace :
113112 Exclude :
114113 - ' lib/inertia_rails/rspec.rb'
115- - ' spec/dummy/app/controllers/inertia_render_test_controller.rb'
116114 - ' spec/dummy/config/environments/test.rb'
117115
118116# Offense count: 1
@@ -227,7 +225,7 @@ Style/ExpandPathArguments:
227225 Exclude :
228226 - ' spec/rails_helper.rb'
229227
230- # Offense count: 65
228+ # Offense count: 63
231229# This cop supports unsafe autocorrection (--autocorrect-all).
232230# Configuration parameters: EnforcedStyle.
233231# SupportedStyles: always, always_true, never
@@ -239,7 +237,6 @@ Style/FrozenStringLiteralComment:
239237 - ' lib/inertia_rails/controller.rb'
240238 - ' lib/inertia_rails/engine.rb'
241239 - ' lib/inertia_rails/helper.rb'
242- - ' lib/inertia_rails/inertia_rails.rb'
243240 - ' lib/inertia_rails/rspec.rb'
244241 - ' lib/inertia_rails/version.rb'
245242 - ' lib/patches/better_errors.rb'
@@ -259,7 +256,6 @@ Style/FrozenStringLiteralComment:
259256 - ' spec/dummy/app/controllers/inertia_merge_shared_controller.rb'
260257 - ' spec/dummy/app/controllers/inertia_multithreaded_share_controller.rb'
261258 - ' spec/dummy/app/controllers/inertia_rails_mimic_controller.rb'
262- - ' spec/dummy/app/controllers/inertia_render_test_controller.rb'
263259 - ' spec/dummy/app/controllers/inertia_responders_test_controller.rb'
264260 - ' spec/dummy/app/controllers/inertia_session_continuity_test_controller.rb'
265261 - ' spec/dummy/app/controllers/inertia_share_test_controller.rb'
@@ -337,14 +333,13 @@ Style/IfUnlessModifierOfIfUnless:
337333 Exclude :
338334 - ' lib/inertia_rails/controller.rb'
339335
340- # Offense count: 3
336+ # Offense count: 2
341337# This cop supports safe autocorrection (--autocorrect).
342338# Configuration parameters: EnforcedStyle.
343339# SupportedStyles: line_count_dependent, lambda, literal
344340Style/Lambda :
345341 Exclude :
346342 - ' spec/dummy/app/controllers/inertia_lambda_shared_props_controller.rb'
347- - ' spec/dummy/app/controllers/inertia_render_test_controller.rb'
348343 - ' spec/dummy/app/controllers/transformed_inertia_rails_mimic_controller.rb'
349344
350345# Offense count: 1
@@ -456,7 +451,7 @@ Style/TrailingCommaInArguments:
456451 - ' spec/dummy/app/controllers/inertia_config_test_controller.rb'
457452 - ' spec/dummy/app/controllers/inertia_rails_mimic_controller.rb'
458453
459- # Offense count: 22
454+ # Offense count: 12
460455# This cop supports safe autocorrection (--autocorrect).
461456# Configuration parameters: EnforcedStyleForMultiline.
462457# SupportedStylesForMultiline: comma, consistent_comma, diff_comma, no_comma
@@ -466,13 +461,12 @@ Style/TrailingCommaInHashLiteral:
466461 - ' spec/dummy/app/controllers/inertia_lambda_shared_props_controller.rb'
467462 - ' spec/dummy/app/controllers/inertia_merge_instance_props_controller.rb'
468463 - ' spec/dummy/app/controllers/inertia_merge_shared_controller.rb'
469- - ' spec/dummy/app/controllers/inertia_render_test_controller.rb'
470464 - ' spec/dummy/config/environments/development.rb'
471465 - ' spec/dummy/config/environments/test.rb'
472466 - ' spec/inertia/response_spec.rb'
473467 - ' spec/inertia/rspec_helper_spec.rb'
474468
475- # Offense count: 24
469+ # Offense count: 19
476470# This cop supports safe autocorrection (--autocorrect).
477471# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings.
478472# URISchemes: http, https
0 commit comments