|
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: 1 |
10 | | -# This cop supports safe autocorrection (--autocorrect). |
11 | | -# Configuration parameters: EnforcedStyleAlignWith, Severity. |
12 | | -# SupportedStylesAlignWith: start_of_line, begin |
13 | | -Layout/BeginEndAlignment: |
14 | | - Exclude: |
15 | | - - 'lib/puppet/parser/functions/any2bool.rb' |
16 | | - |
17 | | -# Offense count: 33 |
18 | | -# This cop supports safe autocorrection (--autocorrect). |
19 | | -Layout/EmptyLineAfterGuardClause: |
20 | | - Enabled: false |
21 | | - |
22 | | -# Offense count: 1 |
23 | | -# This cop supports safe autocorrection (--autocorrect). |
24 | | -Layout/EmptyLinesAroundArguments: |
25 | | - Exclude: |
26 | | - - 'spec/unit/puppet/provider/file_line/ruby_spec_use_cases.rb' |
27 | | - |
28 | | -# Offense count: 1 |
29 | | -# This cop supports safe autocorrection (--autocorrect). |
30 | | -# Configuration parameters: AllowAliasSyntax, AllowedMethods. |
31 | | -# AllowedMethods: alias_method, public, protected, private |
32 | | -Layout/EmptyLinesAroundAttributeAccessor: |
33 | | - Exclude: |
34 | | - - 'spec/functions/get_module_path_spec.rb' |
35 | | - |
36 | | -# Offense count: 11 |
37 | | -# This cop supports safe autocorrection (--autocorrect). |
38 | | -# Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle. |
39 | | -# SupportedHashRocketStyles: key, separator, table |
40 | | -# SupportedColonStyles: key, separator, table |
41 | | -# SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit |
42 | | -Layout/HashAlignment: |
43 | | - Exclude: |
44 | | - - 'lib/puppet/parser/functions/pw_hash.rb' |
45 | | - - 'lib/puppet/parser/functions/str2saltedpbkdf2.rb' |
46 | | - - 'spec/functions/str2saltedpbkdf2_spec.rb' |
47 | | - |
48 | 9 | # Offense count: 3 |
49 | 10 | # This cop supports safe autocorrection (--autocorrect). |
50 | 11 | Layout/HeredocIndentation: |
|
0 commit comments