|
1 | | -# This configuration was generated by |
2 | | -# `rubocop --auto-gen-config` |
3 | | -# on 2017-12-07 14:50:29 +0000 using RuboCop version 0.51.0. |
4 | | -# The point is for the user to remove these configuration records |
5 | | -# one by one as the offenses are removed from the code base. |
6 | | -# Note that changes in the inspected code, or installation of new |
7 | | -# versions of RuboCop, may require this file to be generated again. |
8 | | - |
9 | | -# Offense count: 1 |
10 | | -# Cop supports --auto-correct. |
11 | | -# Configuration parameters: EnforcedStyle, SupportedStyles. |
12 | | -# SupportedStyles: normal, rails |
13 | | -Layout/IndentationConsistency: |
14 | | - Exclude: |
15 | | - - 'nodeset_generation.rb' |
16 | | - |
17 | | -# Offense count: 1 |
18 | | -# Cop supports --auto-correct. |
19 | | -# Configuration parameters: Width, IgnoredPatterns. |
20 | | -Layout/IndentationWidth: |
21 | | - Exclude: |
22 | | - - 'nodeset_generation.rb' |
23 | | - |
24 | | -# Offense count: 27 |
25 | | -Lint/BooleanSymbol: |
26 | | - Exclude: |
27 | | - - 'lib/puppet/type/ini_setting.rb' |
28 | | - - 'lib/puppet/type/ini_subsetting.rb' |
29 | | - - 'lib/puppet/util/setting_value.rb' |
30 | | - |
31 | | -# Offense count: 3 |
32 | | -# Configuration parameters: CountBlocks. |
33 | | -Metrics/BlockNesting: |
34 | | - Max: 4 |
35 | | - |
36 | | -# Offense count: 1 |
37 | | -# Configuration parameters: EnforcedStyle, SupportedStyles. |
38 | | -# SupportedStyles: lowercase, uppercase |
39 | | -Naming/HeredocDelimiterCase: |
40 | | - Exclude: |
41 | | - - 'lib/puppet/type/ini_subsetting.rb' |
42 | | - |
43 | | -# Offense count: 112 |
44 | | -# Configuration parameters: Blacklist. |
45 | | -# Blacklist: END, (?-mix:EO[A-Z]{1}) |
46 | | -Naming/HeredocDelimiterNaming: |
47 | | - Exclude: |
48 | | - - 'lib/puppet/parser/functions/create_ini_settings.rb' |
49 | | - - 'spec/acceptance/ini_setting_spec.rb' |
50 | | - - 'spec/acceptance/ini_subsetting_spec.rb' |
51 | | - - 'spec/unit/puppet/provider/ini_setting/inheritance_spec.rb' |
52 | | - - 'spec/unit/puppet/provider/ini_setting/ruby_spec.rb' |
53 | | - - 'spec/unit/puppet/provider/ini_subsetting/ruby_spec.rb' |
54 | | - - 'spec/unit/puppet/util/ini_file_spec.rb' |
55 | | - |
56 | | -# Offense count: 15 |
57 | | -# Configuration parameters: Prefixes. |
58 | | -# Prefixes: when, with, without |
59 | | -RSpec/ContextWording: |
60 | | - Exclude: |
61 | | - - 'spec/acceptance/ini_setting_spec.rb' |
62 | | - - 'spec/unit/puppet/type/ini_setting_spec.rb' |
63 | | - - 'spec/unit/puppet/util/external_iterator_spec.rb' |
64 | | - - 'spec/unit/puppet/util/ini_file_spec.rb' |
65 | | - |
66 | | -# Offense count: 1 |
67 | | -# Configuration parameters: EnforcedStyle, SupportedStyles. |
68 | | -# SupportedStyles: and_return, block |
69 | | -RSpec/ReturnFromStub: |
70 | | - Exclude: |
71 | | - - 'spec/unit/puppet/util/ini_file_spec.rb' |
72 | | - |
73 | | -# Offense count: 1 |
74 | | -# Cop supports --auto-correct. |
75 | | -# Configuration parameters: EnforcedStyle, SupportedStyles, SingleLineConditionsOnly, IncludeTernaryExpressions. |
76 | | -# SupportedStyles: assign_to_condition, assign_inside_condition |
77 | | -Style/ConditionalAssignment: |
78 | | - Exclude: |
79 | | - - 'nodeset_generation.rb' |
80 | | - |
81 | | -# Offense count: 2 |
82 | | -# Configuration parameters: EnforcedStyle, SupportedStyles. |
83 | | -# SupportedStyles: for, each |
84 | | -Style/For: |
85 | | - Exclude: |
86 | | - - 'nodeset_generation.rb' |
87 | | - |
88 | | -# Offense count: 1 |
89 | | -Style/MultipleComparison: |
90 | | - Exclude: |
91 | | - - 'nodeset_generation.rb' |
92 | | - |
93 | | -# Offense count: 22 |
94 | | -# Cop supports --auto-correct. |
95 | | -# Configuration parameters: EnforcedStyle, SupportedStyles, ConsistentQuotesInMultiline. |
96 | | -# SupportedStyles: single_quotes, double_quotes |
97 | | -Style/StringLiterals: |
98 | | - Exclude: |
99 | | - - 'nodeset_generation.rb' |
100 | | - |
101 | | -# Offense count: 1 |
102 | | -# Cop supports --auto-correct. |
103 | | -# Configuration parameters: EnforcedStyle, SupportedStyles, MinSize, WordRegex. |
104 | | -# SupportedStyles: percent, brackets |
105 | | -Style/WordArray: |
106 | | - Exclude: |
107 | | - - 'nodeset_generation.rb' |
0 commit comments