1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config --exclude-limit 10000`
3
- # on 2024-11-22 18:44:50 UTC using RuboCop version 1.68.0 .
3
+ # on 2025-03-01 10:06:34 UTC using RuboCop version 1.73.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
7
7
# versions of RuboCop, may require this file to be generated again.
8
8
9
- # Offense count: 1
10
- # This cop supports safe autocorrection (--autocorrect).
11
- # Configuration parameters: EnforcedStyle, IndentationWidth.
12
- # SupportedStyles: outdent, indent
13
- Layout/AccessModifierIndentation :
14
- Exclude :
15
- - ' lib/inertia_rails/configuration.rb'
16
-
17
9
# Offense count: 2
18
10
# This cop supports safe autocorrection (--autocorrect).
19
11
# Configuration parameters: EnforcedStyle, IndentationWidth.
@@ -23,7 +15,7 @@ Layout/ArgumentAlignment:
23
15
- ' bin/console'
24
16
- ' spec/inertia/response_spec.rb'
25
17
26
- # Offense count: 5
18
+ # Offense count: 9
27
19
# This cop supports safe autocorrection (--autocorrect).
28
20
Layout/BlockEndNewline :
29
21
Exclude :
@@ -37,18 +29,10 @@ Layout/CaseIndentation:
37
29
Exclude :
38
30
- ' lib/inertia_rails/renderer.rb'
39
31
40
- # Offense count: 2
41
- # This cop supports safe autocorrection (--autocorrect).
42
- # Configuration parameters: AllowForAlignment.
43
- Layout/CommentIndentation :
44
- Exclude :
45
- - ' lib/inertia_rails/rspec.rb'
46
-
47
- # Offense count: 2
32
+ # Offense count: 1
48
33
# This cop supports safe autocorrection (--autocorrect).
49
34
Layout/EmptyLineAfterGuardClause :
50
35
Exclude :
51
- - ' lib/inertia_rails/configuration.rb'
52
36
- ' lib/inertia_rails/controller.rb'
53
37
54
38
# Offense count: 1
@@ -97,14 +81,7 @@ Layout/FirstArgumentIndentation:
97
81
Layout/FirstHashElementIndentation :
98
82
EnforcedStyle : consistent
99
83
100
- # Offense count: 1
101
- # This cop supports safe autocorrection (--autocorrect).
102
- # Configuration parameters: Width, AllowedPatterns.
103
- Layout/IndentationWidth :
104
- Exclude :
105
- - ' spec/inertia/configuration_spec.rb'
106
-
107
- # Offense count: 5
84
+ # Offense count: 9
108
85
# This cop supports safe autocorrection (--autocorrect).
109
86
Layout/MultilineBlockLayout :
110
87
Exclude :
@@ -118,7 +95,7 @@ Layout/MultilineMethodCallIndentation:
118
95
Exclude :
119
96
- ' spec/inertia/ssr_spec.rb'
120
97
121
- # Offense count: 7
98
+ # Offense count: 6
122
99
# This cop supports safe autocorrection (--autocorrect).
123
100
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
124
101
# SupportedStyles: space, no_space
@@ -139,19 +116,18 @@ Layout/SpaceInsideArrayLiteralBrackets:
139
116
- ' spec/dummy/app/controllers/inertia_test_controller.rb'
140
117
- ' spec/dummy/config/environments/production.rb'
141
118
142
- # Offense count: 20
119
+ # Offense count: 13
143
120
# This cop supports safe autocorrection (--autocorrect).
144
121
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
145
122
# SupportedStyles: space, no_space
146
123
# SupportedStylesForEmptyBraces: space, no_space
147
124
Layout/SpaceInsideBlockBraces :
148
125
Exclude :
149
- - ' spec/inertia/configuration_spec.rb'
150
126
- ' spec/inertia/error_sharing_spec.rb'
151
127
- ' spec/inertia/rendering_spec.rb'
152
128
- ' spec/inertia/request_spec.rb'
153
129
154
- # Offense count: 128
130
+ # Offense count: 122
155
131
# This cop supports safe autocorrection (--autocorrect).
156
132
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
157
133
# SupportedStyles: space, no_space, compact
@@ -163,7 +139,6 @@ Layout/SpaceInsideHashLiteralBraces:
163
139
- ' spec/dummy/app/controllers/inertia_conditional_sharing_controller.rb'
164
140
- ' spec/dummy/app/controllers/inertia_share_test_controller.rb'
165
141
- ' spec/inertia/conditional_sharing_spec.rb'
166
- - ' spec/inertia/configuration_spec.rb'
167
142
- ' spec/inertia/middleware_spec.rb'
168
143
- ' spec/inertia/rails_mimic_spec.rb'
169
144
- ' spec/inertia/rendering_spec.rb'
@@ -181,7 +156,7 @@ Layout/TrailingEmptyLines:
181
156
- ' lib/tasks/inertia_rails.rake'
182
157
- ' spec/inertia/rails_mimic_spec.rb'
183
158
184
- # Offense count: 12
159
+ # Offense count: 10
185
160
# This cop supports safe autocorrection (--autocorrect).
186
161
# Configuration parameters: AllowInHeredoc.
187
162
Layout/TrailingWhitespace :
@@ -226,7 +201,8 @@ Lint/UnderscorePrefixedVariableName:
226
201
227
202
# Offense count: 1
228
203
# This cop supports safe autocorrection (--autocorrect).
229
- # Configuration parameters: AutoCorrect, AllowUnusedKeywordArguments, IgnoreEmptyMethods, IgnoreNotImplementedMethods.
204
+ # Configuration parameters: AutoCorrect, AllowUnusedKeywordArguments, IgnoreEmptyMethods, IgnoreNotImplementedMethods, NotImplementedExceptions.
205
+ # NotImplementedExceptions: NotImplementedError
230
206
Lint/UnusedMethodArgument :
231
207
Exclude :
232
208
- ' lib/patches/mapper.rb'
@@ -254,7 +230,7 @@ Naming/VariableNumber:
254
230
Exclude :
255
231
- ' spec/dummy/app/controllers/inertia_test_controller.rb'
256
232
257
- # Offense count: 21
233
+ # Offense count: 25
258
234
# This cop supports safe autocorrection (--autocorrect).
259
235
# Configuration parameters: EnforcedStyle, ProceduralMethods, FunctionalMethods, AllowedMethods, AllowedPatterns, AllowBracesOnProceduralOneLiners, BracesRequiredMethods.
260
236
# SupportedStyles: line_count_based, semantic, braces_for_chaining, always_braces
@@ -263,11 +239,9 @@ Naming/VariableNumber:
263
239
# AllowedMethods: lambda, proc, it
264
240
Style/BlockDelimiters :
265
241
Exclude :
266
- - ' lib/inertia_rails/configuration.rb'
267
242
- ' lib/inertia_rails/controller.rb'
268
243
- ' spec/inertia/action_filter_spec.rb'
269
244
- ' spec/inertia/conditional_sharing_spec.rb'
270
- - ' spec/inertia/configuration_spec.rb'
271
245
- ' spec/inertia/rendering_spec.rb'
272
246
- ' spec/inertia/request_spec.rb'
273
247
- ' spec/inertia/rspec_helper_spec.rb'
@@ -331,20 +305,20 @@ Style/ExpandPathArguments:
331
305
Exclude :
332
306
- ' spec/rails_helper.rb'
333
307
334
- # Offense count: 74
308
+ # Offense count: 71
335
309
# This cop supports unsafe autocorrection (--autocorrect-all).
336
310
# Configuration parameters: EnforcedStyle.
337
311
# SupportedStyles: always, always_true, never
338
312
Style/FrozenStringLiteralComment :
339
313
Exclude :
314
+ - ' **/*.arb'
340
315
- ' app/controllers/inertia_rails/static_controller.rb'
341
316
- ' bin/console'
342
317
- ' lib/inertia_rails.rb'
343
318
- ' lib/inertia_rails/controller.rb'
344
319
- ' lib/inertia_rails/engine.rb'
345
320
- ' lib/inertia_rails/helper.rb'
346
321
- ' lib/inertia_rails/inertia_rails.rb'
347
- - ' lib/inertia_rails/middleware.rb'
348
322
- ' lib/inertia_rails/rspec.rb'
349
323
- ' lib/inertia_rails/version.rb'
350
324
- ' lib/patches/better_errors.rb'
@@ -396,7 +370,6 @@ Style/FrozenStringLiteralComment:
396
370
- ' spec/inertia/always_prop_spec.rb'
397
371
- ' spec/inertia/base_prop_spec.rb'
398
372
- ' spec/inertia/conditional_sharing_spec.rb'
399
- - ' spec/inertia/configuration_spec.rb'
400
373
- ' spec/inertia/error_sharing_spec.rb'
401
374
- ' spec/inertia/lazy_prop_spec.rb'
402
375
- ' spec/inertia/middleware_spec.rb'
@@ -409,7 +382,6 @@ Style/FrozenStringLiteralComment:
409
382
- ' spec/inertia/ssr_spec.rb'
410
383
- ' spec/rails_helper.rb'
411
384
- ' spec/spec_helper.rb'
412
- - ' spec/support/helper_module.rb'
413
385
- ' spec/support/shared_examples.rb'
414
386
415
387
# Offense count: 1
@@ -424,13 +396,6 @@ Style/GlobalVars:
424
396
Exclude :
425
397
- ' spec/inertia/rspec_helper_spec.rb'
426
398
427
- # Offense count: 1
428
- # This cop supports safe autocorrection (--autocorrect).
429
- # Configuration parameters: MinBodyLength, AllowConsecutiveConditionals.
430
- Style/GuardClause :
431
- Exclude :
432
- - ' lib/inertia_rails/configuration.rb'
433
-
434
399
# Offense count: 1
435
400
# This cop supports safe autocorrection (--autocorrect).
436
401
# Configuration parameters: EnforcedStyle, EnforcedShorthandSyntax, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
@@ -440,11 +405,10 @@ Style/HashSyntax:
440
405
Exclude :
441
406
- ' lib/tasks/inertia_rails.rake'
442
407
443
- # Offense count: 6
408
+ # Offense count: 5
444
409
# This cop supports safe autocorrection (--autocorrect).
445
410
Style/IfUnlessModifier :
446
411
Exclude :
447
- - ' lib/inertia_rails/configuration.rb'
448
412
- ' lib/inertia_rails/controller.rb'
449
413
- ' lib/patches/better_errors.rb'
450
414
- ' lib/patches/debug_exceptions/patch-5-0.rb'
@@ -457,12 +421,6 @@ Style/IfUnlessModifierOfIfUnless:
457
421
Exclude :
458
422
- ' lib/inertia_rails/controller.rb'
459
423
460
- # Offense count: 1
461
- # This cop supports safe autocorrection (--autocorrect).
462
- Style/KeywordArgumentsMerging :
463
- Exclude :
464
- - ' lib/inertia_rails/configuration.rb'
465
-
466
424
# Offense count: 3
467
425
# This cop supports safe autocorrection (--autocorrect).
468
426
# Configuration parameters: EnforcedStyle.
@@ -479,12 +437,6 @@ Style/MapToSet:
479
437
Exclude :
480
438
- ' lib/inertia_rails/action_filter.rb'
481
439
482
- # Offense count: 1
483
- # This cop supports safe autocorrection (--autocorrect).
484
- Style/MultilineIfModifier :
485
- Exclude :
486
- - ' lib/inertia_rails/configuration.rb'
487
-
488
440
# Offense count: 1
489
441
# This cop supports unsafe autocorrection (--autocorrect-all).
490
442
# Configuration parameters: EnforcedStyle.
@@ -493,7 +445,7 @@ Style/MutableConstant:
493
445
Exclude :
494
446
- ' lib/inertia_rails/version.rb'
495
447
496
- # Offense count: 1
448
+ # Offense count: 2
497
449
# This cop supports safe autocorrection (--autocorrect).
498
450
Style/NegatedIfElseCondition :
499
451
Exclude :
@@ -558,7 +510,7 @@ Style/SoleNestedConditional:
558
510
Exclude :
559
511
- ' lib/inertia_rails/controller.rb'
560
512
561
- # Offense count: 90
513
+ # Offense count: 82
562
514
# This cop supports safe autocorrection (--autocorrect).
563
515
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
564
516
# SupportedStyles: single_quotes, double_quotes
@@ -580,15 +532,12 @@ Style/StringLiterals:
580
532
- ' spec/dummy/app/controllers/inertia_config_test_controller.rb'
581
533
- ' spec/dummy/app/controllers/inertia_lambda_shared_props_controller.rb'
582
534
- ' spec/dummy/app/controllers/inertia_rails_mimic_controller.rb'
583
- - ' spec/dummy/app/controllers/inertia_render_test_controller.rb'
584
535
- ' spec/dummy/config/application.rb'
585
536
- ' spec/dummy/config/environments/production.rb'
586
537
- ' spec/dummy/config/puma.rb'
587
538
- ' spec/dummy/config/routes.rb'
588
539
- ' spec/dummy/config/spring.rb'
589
540
- ' spec/inertia/conditional_sharing_spec.rb'
590
- - ' spec/inertia/configuration_spec.rb'
591
- - ' spec/inertia/rendering_spec.rb'
592
541
- ' spec/inertia/response_spec.rb'
593
542
- ' spec/inertia/rspec_helper_spec.rb'
594
543
- ' spec/rails_helper.rb'
@@ -610,23 +559,21 @@ Style/SymbolArray:
610
559
EnforcedStyle : percent
611
560
MinSize : 3
612
561
613
- # Offense count: 16
562
+ # Offense count: 14
614
563
# This cop supports safe autocorrection (--autocorrect).
615
564
# Configuration parameters: EnforcedStyleForMultiline.
616
565
# SupportedStylesForMultiline: comma, consistent_comma, no_comma
617
566
Style/TrailingCommaInArguments :
618
567
Exclude :
619
568
- ' lib/inertia_rails.rb'
620
- - ' lib/inertia_rails/renderer.rb'
621
569
- ' spec/dummy/app/controllers/inertia_config_test_controller.rb'
622
570
- ' spec/dummy/app/controllers/inertia_rails_mimic_controller.rb'
623
- - ' spec/inertia/configuration_spec.rb'
624
571
- ' spec/inertia/rendering_spec.rb'
625
572
626
- # Offense count: 21
573
+ # Offense count: 22
627
574
# This cop supports safe autocorrection (--autocorrect).
628
575
# Configuration parameters: EnforcedStyleForMultiline.
629
- # SupportedStylesForMultiline: comma, consistent_comma, no_comma
576
+ # SupportedStylesForMultiline: comma, consistent_comma, diff_comma, no_comma
630
577
Style/TrailingCommaInHashLiteral :
631
578
Exclude :
632
579
- ' lib/inertia_rails/rspec.rb'
@@ -639,17 +586,18 @@ Style/TrailingCommaInHashLiteral:
639
586
- ' spec/inertia/response_spec.rb'
640
587
- ' spec/inertia/rspec_helper_spec.rb'
641
588
642
- # Offense count: 1
589
+ # Offense count: 2
643
590
# This cop supports safe autocorrection (--autocorrect).
644
- # Configuration parameters: WordRegex.
591
+ # Configuration parameters: EnforcedStyle, MinSize, WordRegex.
645
592
# SupportedStyles: percent, brackets
646
593
Style/WordArray :
647
- EnforcedStyle : percent
648
- MinSize : 4
594
+ Exclude :
595
+ - ' lib/inertia_rails/middleware.rb'
596
+ - ' spec/inertia/rendering_spec.rb'
649
597
650
- # Offense count: 21
598
+ # Offense count: 26
651
599
# This cop supports safe autocorrection (--autocorrect).
652
- # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
600
+ # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings .
653
601
# URISchemes: http, https
654
602
Layout/LineLength :
655
- Max : 290
603
+ Max : 276
0 commit comments