|
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 |
@@ -63,55 +63,6 @@ Style/FetchEnvVar: |
63 | 63 | Exclude: |
64 | 64 | - 'Gemfile' |
65 | 65 |
|
66 | | -# Offense count: 1 |
67 | | -# This cop supports safe autocorrection (--autocorrect). |
68 | | -# Configuration parameters: EnforcedStyle, EnforcedShorthandSyntax, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols. |
69 | | -# SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys |
70 | | -# SupportedShorthandSyntax: always, never, either, consistent, either_consistent |
71 | | -Style/HashSyntax: |
72 | | - Exclude: |
73 | | - - 'Gemfile' |
74 | | - |
75 | | -# Offense count: 2 |
76 | | -# This cop supports safe autocorrection (--autocorrect). |
77 | | -Style/RedundantRegexpEscape: |
78 | | - Exclude: |
79 | | - - 'Gemfile' |
80 | | - |
81 | | -# Offense count: 1 |
82 | | -# This cop supports safe autocorrection (--autocorrect). |
83 | | -# Configuration parameters: EnforcedStyle, AllowInnerSlashes. |
84 | | -# SupportedStyles: slashes, percent_r, mixed |
85 | | -Style/RegexpLiteral: |
86 | | - Exclude: |
87 | | - - 'Gemfile' |
88 | | - |
89 | | -# Offense count: 1 |
90 | | -# This cop supports safe autocorrection (--autocorrect). |
91 | | -# Configuration parameters: MinSize. |
92 | | -# SupportedStyles: percent, brackets |
93 | | -Style/SymbolArray: |
94 | | - EnforcedStyle: brackets |
95 | | - |
96 | | -# Offense count: 7 |
97 | | -# This cop supports safe autocorrection (--autocorrect). |
98 | | -# Configuration parameters: EnforcedStyleForMultiline. |
99 | | -# SupportedStylesForMultiline: comma, consistent_comma, no_comma |
100 | | -Style/TrailingCommaInArrayLiteral: |
101 | | - Exclude: |
102 | | - - 'lib/puppet/modulebuilder/builder.rb' |
103 | | - - 'spec/spec_helper.rb' |
104 | | - - 'spec/unit/puppet/modulebuilder/builder_spec.rb' |
105 | | - |
106 | | -# Offense count: 3 |
107 | | -# This cop supports safe autocorrection (--autocorrect). |
108 | | -# Configuration parameters: EnforcedStyleForMultiline. |
109 | | -# SupportedStylesForMultiline: comma, consistent_comma, no_comma |
110 | | -Style/TrailingCommaInHashLiteral: |
111 | | - Exclude: |
112 | | - - 'lib/puppet/modulebuilder/builder.rb' |
113 | | - - 'spec/unit/puppet/modulebuilder/builder_spec.rb' |
114 | | - |
115 | 66 | # Offense count: 9 |
116 | 67 | # This cop supports safe autocorrection (--autocorrect). |
117 | 68 | # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns. |
|
0 commit comments