|
1 | 1 | # This configuration was generated by
|
2 | 2 | # `rubocop --auto-gen-config`
|
3 |
| -# on 2024-06-28 11:45:55 UTC using RuboCop version 1.64.1. |
| 3 | +# on 2024-06-28 12:03:58 UTC using RuboCop version 1.64.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: 2 |
10 |
| -# This cop supports safe autocorrection (--autocorrect). |
11 |
| -Layout/EmptyLines: |
12 |
| - Exclude: |
13 |
| - - 'Gemfile' |
14 |
| - - 'Rakefile' |
15 |
| - |
16 |
| -# Offense count: 1 |
17 |
| -# This cop supports safe autocorrection (--autocorrect). |
18 |
| -# Configuration parameters: Width, AllowedPatterns. |
19 |
| -Layout/IndentationWidth: |
20 |
| - Exclude: |
21 |
| - - 'Rakefile' |
22 |
| - |
23 | 9 | # Offense count: 1
|
24 | 10 | Lint/MixedRegexpCaptureTypes:
|
25 | 11 | Exclude:
|
@@ -77,55 +63,6 @@ Style/FetchEnvVar:
|
77 | 63 | Exclude:
|
78 | 64 | - 'Gemfile'
|
79 | 65 |
|
80 |
| -# Offense count: 1 |
81 |
| -# This cop supports safe autocorrection (--autocorrect). |
82 |
| -# Configuration parameters: EnforcedStyle, EnforcedShorthandSyntax, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols. |
83 |
| -# SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys |
84 |
| -# SupportedShorthandSyntax: always, never, either, consistent, either_consistent |
85 |
| -Style/HashSyntax: |
86 |
| - Exclude: |
87 |
| - - 'Gemfile' |
88 |
| - |
89 |
| -# Offense count: 2 |
90 |
| -# This cop supports safe autocorrection (--autocorrect). |
91 |
| -Style/RedundantRegexpEscape: |
92 |
| - Exclude: |
93 |
| - - 'Gemfile' |
94 |
| - |
95 |
| -# Offense count: 1 |
96 |
| -# This cop supports safe autocorrection (--autocorrect). |
97 |
| -# Configuration parameters: EnforcedStyle, AllowInnerSlashes. |
98 |
| -# SupportedStyles: slashes, percent_r, mixed |
99 |
| -Style/RegexpLiteral: |
100 |
| - Exclude: |
101 |
| - - 'Gemfile' |
102 |
| - |
103 |
| -# Offense count: 1 |
104 |
| -# This cop supports safe autocorrection (--autocorrect). |
105 |
| -# Configuration parameters: MinSize. |
106 |
| -# SupportedStyles: percent, brackets |
107 |
| -Style/SymbolArray: |
108 |
| - EnforcedStyle: brackets |
109 |
| - |
110 |
| -# Offense count: 7 |
111 |
| -# This cop supports safe autocorrection (--autocorrect). |
112 |
| -# Configuration parameters: EnforcedStyleForMultiline. |
113 |
| -# SupportedStylesForMultiline: comma, consistent_comma, no_comma |
114 |
| -Style/TrailingCommaInArrayLiteral: |
115 |
| - Exclude: |
116 |
| - - 'lib/puppet/modulebuilder/builder.rb' |
117 |
| - - 'spec/spec_helper.rb' |
118 |
| - - 'spec/unit/puppet/modulebuilder/builder_spec.rb' |
119 |
| - |
120 |
| -# Offense count: 3 |
121 |
| -# This cop supports safe autocorrection (--autocorrect). |
122 |
| -# Configuration parameters: EnforcedStyleForMultiline. |
123 |
| -# SupportedStylesForMultiline: comma, consistent_comma, no_comma |
124 |
| -Style/TrailingCommaInHashLiteral: |
125 |
| - Exclude: |
126 |
| - - 'lib/puppet/modulebuilder/builder.rb' |
127 |
| - - 'spec/unit/puppet/modulebuilder/builder_spec.rb' |
128 |
| - |
129 | 66 | # Offense count: 9
|
130 | 67 | # This cop supports safe autocorrection (--autocorrect).
|
131 | 68 | # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
|
|
0 commit comments