|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config --exclude-limit 10000` |
3 | | -# on 2025-04-10 07:56:29 UTC using RuboCop version 1.75.2. |
| 3 | +# on 2025-07-25 08:41:37 UTC using RuboCop version 1.79.0. |
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 |
@@ -44,7 +44,7 @@ Layout/ExtraSpacing: |
44 | 44 | - 'spec/inertia/request_spec.rb' |
45 | 45 | - 'spec/inertia/response_spec.rb' |
46 | 46 |
|
47 | | -# Offense count: 2 |
| 47 | +# Offense count: 16 |
48 | 48 | # This cop supports safe autocorrection (--autocorrect). |
49 | 49 | # Configuration parameters: IndentationWidth. |
50 | 50 | # SupportedStyles: special_inside_parentheses, consistent, align_braces |
@@ -184,8 +184,8 @@ Style/BlockDelimiters: |
184 | 184 | # This cop supports unsafe autocorrection (--autocorrect-all). |
185 | 185 | # Configuration parameters: EnforcedStyle, EnforcedStyleForClasses, EnforcedStyleForModules. |
186 | 186 | # SupportedStyles: nested, compact |
187 | | -# SupportedStylesForClasses: , nested, compact |
188 | | -# SupportedStylesForModules: , nested, compact |
| 187 | +# SupportedStylesForClasses: ~, nested, compact |
| 188 | +# SupportedStylesForModules: ~, nested, compact |
189 | 189 | Style/ClassAndModuleChildren: |
190 | 190 | Exclude: |
191 | 191 | - 'lib/inertia_rails/helper.rb' |
@@ -404,7 +404,7 @@ Style/SoleNestedConditional: |
404 | 404 | Exclude: |
405 | 405 | - 'lib/inertia_rails/controller.rb' |
406 | 406 |
|
407 | | -# Offense count: 78 |
| 407 | +# Offense count: 81 |
408 | 408 | # This cop supports safe autocorrection (--autocorrect). |
409 | 409 | # Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline. |
410 | 410 | # SupportedStyles: single_quotes, double_quotes |
@@ -434,7 +434,7 @@ Style/StringLiterals: |
434 | 434 | - 'spec/inertia/rspec_helper_spec.rb' |
435 | 435 | - 'spec/rails_helper.rb' |
436 | 436 |
|
437 | | -# Offense count: 2 |
| 437 | +# Offense count: 3 |
438 | 438 | # This cop supports safe autocorrection (--autocorrect). |
439 | 439 | # Configuration parameters: . |
440 | 440 | # SupportedStyles: percent, brackets |
@@ -466,9 +466,9 @@ Style/TrailingCommaInHashLiteral: |
466 | 466 | - 'spec/inertia/response_spec.rb' |
467 | 467 | - 'spec/inertia/rspec_helper_spec.rb' |
468 | 468 |
|
469 | | -# Offense count: 19 |
| 469 | +# Offense count: 32 |
470 | 470 | # This cop supports safe autocorrection (--autocorrect). |
471 | | -# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings. |
| 471 | +# Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings. |
472 | 472 | # URISchemes: http, https |
473 | 473 | Layout/LineLength: |
474 | 474 | Max: 276 |
0 commit comments