|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config` |
3 | | -# on 2023-04-19 16:57:14 UTC using RuboCop version 1.48.1. |
| 3 | +# on 2023-04-19 17:41:01 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: 5 |
10 | | -# This cop supports safe autocorrection (--autocorrect). |
11 | | -Layout/ClosingHeredocIndentation: |
12 | | - Exclude: |
13 | | - - 'spec/acceptance/itk_spec.rb' |
14 | | - - 'spec/acceptance/mod_authnz_ldap_spec.rb' |
15 | | - - 'spec/acceptance/vhost_spec.rb' |
16 | | - |
17 | | -# Offense count: 8 |
18 | | -# This cop supports safe autocorrection (--autocorrect). |
19 | | -Layout/EmptyLineAfterGuardClause: |
20 | | - Exclude: |
21 | | - - 'lib/puppet/functions/apache/bool2httpd.rb' |
22 | | - - 'spec/classes/mod/authnz_ldap_spec.rb' |
23 | | - - 'spec/spec_helper_acceptance_local.rb' |
24 | | - - 'tasks/init.rb' |
25 | | - - 'util/apache_mod_platform_support.rb' |
26 | | - |
27 | | -# Offense count: 2 |
28 | | -# This cop supports safe autocorrection (--autocorrect). |
29 | | -Layout/HeredocIndentation: |
30 | | - Exclude: |
31 | | - - 'spec/classes/mod/http2_spec.rb' |
32 | | - |
33 | | -# Offense count: 15 |
34 | | -# This cop supports safe autocorrection (--autocorrect). |
35 | | -# Configuration parameters: EnforcedStyle. |
36 | | -# SupportedStyles: leading, trailing |
37 | | -Layout/LineContinuationLeadingSpace: |
38 | | - Exclude: |
39 | | - - 'spec/classes/mod/info_spec.rb' |
40 | | - - 'spec/classes/mod/jk_spec.rb' |
41 | | - - 'spec/classes/mod/proxy_balancer_spec.rb' |
42 | | - - 'spec/classes/mod/status_spec.rb' |
43 | | - - 'spec/util/apache_mod_platform_compatibility_spec.rb' |
44 | | - |
45 | | -# Offense count: 52 |
46 | | -# This cop supports safe autocorrection (--autocorrect). |
47 | | -# Configuration parameters: AutoCorrect, EnforcedStyle. |
48 | | -# SupportedStyles: space, no_space |
49 | | -Layout/LineContinuationSpacing: |
50 | | - Exclude: |
51 | | - - 'spec/classes/mod/deflate_spec.rb' |
52 | | - - 'spec/classes/mod/info_spec.rb' |
53 | | - - 'spec/classes/mod/jk_spec.rb' |
54 | | - - 'spec/classes/mod/ldap_spec.rb' |
55 | | - - 'spec/classes/mod/proxy_balancer_spec.rb' |
56 | | - - 'spec/classes/mod/status_spec.rb' |
57 | | - |
58 | 9 | # Offense count: 4 |
59 | 10 | # This cop supports safe autocorrection (--autocorrect). |
60 | 11 | # Configuration parameters: EnforcedStyle, IndentationWidth. |
|
0 commit comments