]> git.openstreetmap.org Git - chef.git/blob - .rubocop_todo.yml
e819633a2818498e5b271407e3d4aec1dad05e2c
[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: 14
46 Style/Documentation:
47   Enabled: false
48
49 # Offense count: 32
50 # Configuration parameters: Exclude.
51 Style/FileName:
52   Enabled: false
53
54 # Offense count: 3116
55 # Cop supports --auto-correct.
56 # Configuration parameters: SupportedStyles.
57 Style/HashSyntax:
58   EnforcedStyle: hash_rockets
59
60 # Offense count: 15
61 # Configuration parameters: MaxLineLength.
62 Style/IfUnlessModifier:
63   Enabled: false
64
65 # Offense count: 2
66 # Cop supports --auto-correct.
67 # Configuration parameters: EnforcedStyle, SupportedStyles.
68 Style/MultilineOperationIndentation:
69   Enabled: false
70
71 # Offense count: 19
72 # Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
73 Style/Next:
74   Enabled: false
75
76 # Offense count: 29
77 # Cop supports --auto-correct.
78 Style/NumericLiterals:
79   MinDigits: 11
80
81 # Offense count: 23
82 Style/RegexpLiteral:
83   MaxSlashes: 4
84
85 # Offense count: 8
86 Style/SelfAssignment:
87   Enabled: false
88
89 # Offense count: 6548
90 # Cop supports --auto-correct.
91 # Configuration parameters: EnforcedStyle, SupportedStyles.
92 Style/StringLiterals:
93   Enabled: false
94
95 # Offense count: 3
96 Style/UnlessElse:
97   Enabled: false