|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config` |
3 | | -# on 2024-05-28 10:29:32 UTC using RuboCop version 1.50.2. |
| 3 | +# on 2024-05-28 13:36:04 UTC using RuboCop version 1.50.2. |
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: 2 |
10 | | -# This cop supports safe autocorrection (--autocorrect). |
11 | | -Layout/EmptyLineAfterGuardClause: |
12 | | - Exclude: |
13 | | - - 'lib/puppet/provider/base_dsc_lite/powershell.rb' |
14 | | - - 'lib/puppet/type/dsc.rb' |
15 | | - |
16 | 9 | # Offense count: 27 |
17 | 10 | # This cop supports safe autocorrection (--autocorrect). |
18 | 11 | # Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle. |
@@ -78,17 +71,17 @@ Metrics/BlockLength: |
78 | 71 | # Offense count: 1 |
79 | 72 | # Configuration parameters: CountComments, CountAsOne. |
80 | 73 | Metrics/ClassLength: |
81 | | - Max: 133 |
| 74 | + Max: 111 |
82 | 75 |
|
83 | 76 | # Offense count: 4 |
84 | 77 | # Configuration parameters: AllowedMethods, AllowedPatterns. |
85 | 78 | Metrics/CyclomaticComplexity: |
86 | 79 | Max: 31 |
87 | 80 |
|
88 | | -# Offense count: 11 |
| 81 | +# Offense count: 10 |
89 | 82 | # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. |
90 | 83 | Metrics/MethodLength: |
91 | | - Max: 54 |
| 84 | + Max: 40 |
92 | 85 |
|
93 | 86 | # Offense count: 4 |
94 | 87 | # Configuration parameters: AllowedMethods, AllowedPatterns. |
|
0 commit comments