|
1 | 1 | # This configuration was generated by
|
2 | 2 | # `rubocop --auto-gen-config`
|
3 |
| -# on 2024-09-25 08:16:07 UTC using RuboCop version 1.66.1. |
| 3 | +# on 2024-09-30 08:46:06 UTC using RuboCop version 1.66.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: 6 |
| 9 | +# Offense count: 2 |
| 10 | +# This cop supports safe autocorrection (--autocorrect). |
| 11 | +Lint/RedundantCopDisableDirective: |
| 12 | + Exclude: |
| 13 | + - '_tools/ruby_h_to_go/spec/ruby_h_to_go/function_definition_spec.rb' |
| 14 | + - '_tools/ruby_h_to_go/spec/ruby_header_parser/util_spec.rb' |
| 15 | + |
| 16 | +# Offense count: 8 |
10 | 17 | # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
|
11 | 18 | Metrics/AbcSize:
|
12 |
| - Max: 68 |
| 19 | + Max: 79 |
13 | 20 |
|
14 |
| -# Offense count: 1 |
| 21 | +# Offense count: 2 |
15 | 22 | # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
|
16 | 23 | # AllowedMethods: refine
|
17 | 24 | Metrics/BlockLength:
|
18 |
| - Max: 41 |
19 |
| - |
20 |
| -# Offense count: 1 |
21 |
| -# Configuration parameters: CountBlocks, CountModifierForms. |
22 |
| -Metrics/BlockNesting: |
23 |
| - Max: 4 |
| 25 | + Max: 48 |
24 | 26 |
|
25 | 27 | # Offense count: 2
|
26 | 28 | # Configuration parameters: CountComments, CountAsOne.
|
27 | 29 | Metrics/ClassLength:
|
28 | 30 | Max: 131
|
29 | 31 |
|
30 |
| -# Offense count: 5 |
| 32 | +# Offense count: 7 |
31 | 33 | # Configuration parameters: AllowedMethods, AllowedPatterns.
|
32 | 34 | Metrics/CyclomaticComplexity:
|
33 |
| - Max: 17 |
| 35 | + Max: 15 |
34 | 36 |
|
35 |
| -# Offense count: 12 |
| 37 | +# Offense count: 15 |
36 | 38 | # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
|
37 | 39 | Metrics/MethodLength:
|
38 |
| - Max: 67 |
| 40 | + Max: 75 |
| 41 | + |
| 42 | +# Offense count: 1 |
| 43 | +# Configuration parameters: CountComments, CountAsOne. |
| 44 | +Metrics/ModuleLength: |
| 45 | + Max: 108 |
39 | 46 |
|
40 | 47 | # Offense count: 3
|
41 | 48 | # Configuration parameters: AllowedMethods, AllowedPatterns.
|
42 | 49 | Metrics/PerceivedComplexity:
|
43 |
| - Max: 17 |
| 50 | + Max: 16 |
| 51 | + |
| 52 | +# Offense count: 1 |
| 53 | +# This cop supports safe autocorrection (--autocorrect). |
| 54 | +# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns. |
| 55 | +# URISchemes: http, https |
| 56 | +Layout/LineLength: |
| 57 | + Max: 132 |
0 commit comments