|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config` |
3 | | -# on 2023-04-19 17:41:01 UTC using RuboCop version 1.48.1. |
| 3 | +# on 2023-04-19 23:25:24 UTC using RuboCop version 1.48.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: 4 |
10 | | -# This cop supports safe autocorrection (--autocorrect). |
11 | | -# Configuration parameters: EnforcedStyle, IndentationWidth. |
12 | | -# SupportedStyles: aligned, indented |
13 | | -Layout/LineEndStringConcatenationIndentation: |
14 | | - Exclude: |
15 | | - - 'spec/classes/mod/deflate_spec.rb' |
16 | | - - 'spec/classes/mod/info_spec.rb' |
17 | | - |
18 | | -# Offense count: 4 |
19 | | -# This cop supports safe autocorrection (--autocorrect). |
20 | | -# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns. |
21 | | -# URISchemes: http, https |
22 | | -Layout/LineLength: |
23 | | - Max: 202 |
24 | | - |
25 | 9 | # Offense count: 3 |
26 | 10 | # Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches. |
27 | 11 | Lint/DuplicateBranch: |
@@ -105,17 +89,6 @@ RSpec/EmptyLineAfterExampleGroup: |
105 | 89 | RSpec/ExampleLength: |
106 | 90 | Max: 107 |
107 | 91 |
|
108 | | -# Offense count: 6 |
109 | | -# This cop supports safe autocorrection (--autocorrect). |
110 | | -RSpec/ExcessiveDocstringSpacing: |
111 | | - Exclude: |
112 | | - - 'spec/classes/dev_spec.rb' |
113 | | - - 'spec/classes/mod/passenger_spec.rb' |
114 | | - - 'spec/classes/mod/php_spec.rb' |
115 | | - - 'spec/classes/mod/security_spec.rb' |
116 | | - - 'spec/defines/modsec_link_spec.rb' |
117 | | - - 'spec/defines/vhost_spec.rb' |
118 | | - |
119 | 92 | # Offense count: 6 |
120 | 93 | # Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly. |
121 | 94 | # Include: **/*_spec*rb*, **/spec/**/* |
@@ -191,12 +164,6 @@ RSpec/RepeatedExampleGroupDescription: |
191 | 164 | - 'spec/classes/apache_spec.rb' |
192 | 165 | - 'spec/classes/mod/security_spec.rb' |
193 | 166 |
|
194 | | -# Offense count: 1 |
195 | | -# This cop supports safe autocorrection (--autocorrect). |
196 | | -RSpec/SharedExamples: |
197 | | - Exclude: |
198 | | - - 'spec/spec_helper_local.rb' |
199 | | - |
200 | 167 | # Offense count: 4 |
201 | 168 | RSpec/StubbedMock: |
202 | 169 | Exclude: |
@@ -234,14 +201,6 @@ Style/GlobalStdStream: |
234 | 201 | Exclude: |
235 | 202 | - 'tasks/init.rb' |
236 | 203 |
|
237 | | -# Offense count: 5 |
238 | | -# This cop supports safe autocorrection (--autocorrect). |
239 | | -Style/IfUnlessModifier: |
240 | | - Exclude: |
241 | | - - 'lib/puppet/provider/a2mod.rb' |
242 | | - - 'spec/classes/dev_spec.rb' |
243 | | - - 'spec/spec_helper_acceptance_local.rb' |
244 | | - |
245 | 204 | # Offense count: 1 |
246 | 205 | Style/MixinUsage: |
247 | 206 | Exclude: |
|
0 commit comments