Skip to content

Commit ac5fc7e

Browse files
committed
Update .rubocop_todo.yml
1 parent 6450b64 commit ac5fc7e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.rubocop_todo.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `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.
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
@@ -81,14 +81,13 @@ Layout/SpaceInsideBlockBraces:
8181
- 'spec/inertia/error_sharing_spec.rb'
8282
- 'spec/inertia/request_spec.rb'
8383

84-
# Offense count: 56
84+
# Offense count: 54
8585
# This cop supports safe autocorrection (--autocorrect).
8686
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
8787
# SupportedStyles: space, no_space, compact
8888
# SupportedStylesForEmptyBraces: space, no_space
8989
Layout/SpaceInsideHashLiteralBraces:
9090
Exclude:
91-
- 'lib/inertia_rails/controller.rb'
9291
- 'spec/dummy/app/controllers/inertia_conditional_sharing_controller.rb'
9392
- 'spec/dummy/app/controllers/inertia_share_test_controller.rb'
9493
- 'spec/inertia/conditional_sharing_spec.rb'
@@ -198,7 +197,7 @@ Style/ColonMethodCall:
198197

199198
# Offense count: 1
200199
# This cop supports safe autocorrection (--autocorrect).
201-
# Configuration parameters: AutoCorrect, EnforcedStyle, AllowComments.
200+
# Configuration parameters: EnforcedStyle, AllowComments.
202201
# SupportedStyles: empty, nil, both
203202
Style/EmptyElse:
204203
Exclude:
@@ -212,7 +211,7 @@ Style/EmptyLiteral:
212211

213212
# Offense count: 2
214213
# This cop supports safe autocorrection (--autocorrect).
215-
# Configuration parameters: AutoCorrect, EnforcedStyle.
214+
# Configuration parameters: EnforcedStyle.
216215
# SupportedStyles: compact, expanded
217216
Style/EmptyMethod:
218217
Exclude:
@@ -404,7 +403,7 @@ Style/SoleNestedConditional:
404403
Exclude:
405404
- 'lib/inertia_rails/controller.rb'
406405

407-
# Offense count: 81
406+
# Offense count: 85
408407
# This cop supports safe autocorrection (--autocorrect).
409408
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
410409
# SupportedStyles: single_quotes, double_quotes
@@ -466,7 +465,7 @@ Style/TrailingCommaInHashLiteral:
466465
- 'spec/inertia/response_spec.rb'
467466
- 'spec/inertia/rspec_helper_spec.rb'
468467

469-
# Offense count: 32
468+
# Offense count: 36
470469
# This cop supports safe autocorrection (--autocorrect).
471470
# Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings.
472471
# URISchemes: http, https

0 commit comments

Comments
 (0)