]> git.openstreetmap.org Git - chef.git/blob - .rubocop_todo.yml
a30c810537ec257123d557aca1b15b2b05016c28
[chef.git] / .rubocop_todo.yml
1 # This configuration was generated by `rubocop --auto-gen-config`
2 # on 2015-02-03 10:18:23 +0000 using RuboCop version 0.28.0.
3 # The point is for the user to remove these configuration records
4 # one by one as the offenses are removed from the code base.
5 # Note that changes in the inspected code, or installation of new
6 # versions of RuboCop, may require this file to be generated again.
7
8 # Offense count: 15
9 # Configuration parameters: AllowSafeAssignment.
10 Lint/AssignmentInCondition:
11   Enabled: false
12
13 # Offense count: 2
14 Lint/HandleExceptions:
15   Enabled: false
16
17 # Offense count: 22
18 Metrics/AbcSize:
19   Max: 83
20
21 # Offense count: 4
22 Metrics/CyclomaticComplexity:
23   Max: 8
24
25 # Offense count: 298
26 # Configuration parameters: AllowURI, URISchemes.
27 Metrics/LineLength:
28   Max: 451
29
30 # Offense count: 21
31 # Configuration parameters: CountComments.
32 Metrics/MethodLength:
33   Max: 37
34
35 # Offense count: 1
36 Metrics/PerceivedComplexity:
37   Max: 9
38
39 # Offense count: 2
40 # Cop supports --auto-correct.
41 # Configuration parameters: SupportedStyles.
42 Style/AccessModifierIndentation:
43   EnforcedStyle: outdent
44
45 # Offense count: 60
46 # Cop supports --auto-correct.
47 # Configuration parameters: EnforcedStyle, SupportedStyles.
48 Style/AlignParameters:
49   Enabled: false
50
51 # Offense count: 14
52 Style/Documentation:
53   Enabled: false
54
55 # Offense count: 2
56 Style/EmptyElse:
57   Enabled: false
58
59 # Offense count: 32
60 # Configuration parameters: Exclude.
61 Style/FileName:
62   Enabled: false
63
64 # Offense count: 1
65 # Configuration parameters: MinBodyLength.
66 Style/GuardClause:
67   Enabled: false
68
69 # Offense count: 3116
70 # Cop supports --auto-correct.
71 # Configuration parameters: SupportedStyles.
72 Style/HashSyntax:
73   EnforcedStyle: hash_rockets
74
75 # Offense count: 15
76 # Configuration parameters: MaxLineLength.
77 Style/IfUnlessModifier:
78   Enabled: false
79
80 # Offense count: 2
81 # Cop supports --auto-correct.
82 # Configuration parameters: EnforcedStyle, SupportedStyles.
83 Style/MultilineOperationIndentation:
84   Enabled: false
85
86 # Offense count: 19
87 # Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
88 Style/Next:
89   Enabled: false
90
91 # Offense count: 29
92 # Cop supports --auto-correct.
93 Style/NumericLiterals:
94   MinDigits: 11
95
96 # Offense count: 23
97 Style/RegexpLiteral:
98   MaxSlashes: 4
99
100 # Offense count: 8
101 Style/SelfAssignment:
102   Enabled: false
103
104 # Offense count: 6548
105 # Cop supports --auto-correct.
106 # Configuration parameters: EnforcedStyle, SupportedStyles.
107 Style/StringLiterals:
108   Enabled: false
109
110 # Offense count: 3
111 Style/UnlessElse:
112   Enabled: false