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