1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config --exclude-limit 10000`
3
- # on 2025-07-25 08:41:37 UTC using RuboCop version 1.79.0 .
3
+ # on 2025-08-27 13:50:45 UTC using RuboCop version 1.80.1 .
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
@@ -81,14 +81,13 @@ Layout/SpaceInsideBlockBraces:
81
81
- ' spec/inertia/error_sharing_spec.rb'
82
82
- ' spec/inertia/request_spec.rb'
83
83
84
- # Offense count: 56
84
+ # Offense count: 54
85
85
# This cop supports safe autocorrection (--autocorrect).
86
86
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
87
87
# SupportedStyles: space, no_space, compact
88
88
# SupportedStylesForEmptyBraces: space, no_space
89
89
Layout/SpaceInsideHashLiteralBraces :
90
90
Exclude :
91
- - ' lib/inertia_rails/controller.rb'
92
91
- ' spec/dummy/app/controllers/inertia_conditional_sharing_controller.rb'
93
92
- ' spec/dummy/app/controllers/inertia_share_test_controller.rb'
94
93
- ' spec/inertia/conditional_sharing_spec.rb'
@@ -198,7 +197,7 @@ Style/ColonMethodCall:
198
197
199
198
# Offense count: 1
200
199
# This cop supports safe autocorrection (--autocorrect).
201
- # Configuration parameters: AutoCorrect, EnforcedStyle, AllowComments.
200
+ # Configuration parameters: EnforcedStyle, AllowComments.
202
201
# SupportedStyles: empty, nil, both
203
202
Style/EmptyElse :
204
203
Exclude :
@@ -212,7 +211,7 @@ Style/EmptyLiteral:
212
211
213
212
# Offense count: 2
214
213
# This cop supports safe autocorrection (--autocorrect).
215
- # Configuration parameters: AutoCorrect, EnforcedStyle.
214
+ # Configuration parameters: EnforcedStyle.
216
215
# SupportedStyles: compact, expanded
217
216
Style/EmptyMethod :
218
217
Exclude :
@@ -404,7 +403,7 @@ Style/SoleNestedConditional:
404
403
Exclude :
405
404
- ' lib/inertia_rails/controller.rb'
406
405
407
- # Offense count: 81
406
+ # Offense count: 85
408
407
# This cop supports safe autocorrection (--autocorrect).
409
408
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
410
409
# SupportedStyles: single_quotes, double_quotes
@@ -466,7 +465,7 @@ Style/TrailingCommaInHashLiteral:
466
465
- ' spec/inertia/response_spec.rb'
467
466
- ' spec/inertia/rspec_helper_spec.rb'
468
467
469
- # Offense count: 32
468
+ # Offense count: 36
470
469
# This cop supports safe autocorrection (--autocorrect).
471
470
# Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings.
472
471
# URISchemes: http, https
0 commit comments