]> git.openstreetmap.org Git - chef.git/blob - .rubocop_todo.yml
Use inline compile mode for apache LWRPs
[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: 29
72 # Cop supports --auto-correct.
73 Style/NumericLiterals:
74   MinDigits: 11
75
76 # Offense count: 6548
77 # Cop supports --auto-correct.
78 # Configuration parameters: EnforcedStyle, SupportedStyles.
79 Style/StringLiterals:
80   Enabled: false