]> git.openstreetmap.org Git - chef.git/blob - .rubocop_todo.yml
Switch dev to use ruby 2.1 for passenger
[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: 2
9 Lint/HandleExceptions:
10   Enabled: false
11
12 # Offense count: 22
13 Metrics/AbcSize:
14   Max: 83
15
16 # Offense count: 4
17 Metrics/CyclomaticComplexity:
18   Max: 8
19
20 # Offense count: 298
21 # Configuration parameters: AllowURI, URISchemes.
22 Metrics/LineLength:
23   Max: 451
24
25 # Offense count: 21
26 # Configuration parameters: CountComments.
27 Metrics/MethodLength:
28   Max: 37
29
30 # Offense count: 1
31 Metrics/PerceivedComplexity:
32   Max: 9
33
34 # Offense count: 14
35 Style/Documentation:
36   Enabled: false
37
38 # Offense count: 32
39 # Configuration parameters: Exclude.
40 Style/FileName:
41   Enabled: false
42
43 # Offense count: 3116
44 # Cop supports --auto-correct.
45 # Configuration parameters: SupportedStyles.
46 Style/HashSyntax:
47   EnforcedStyle: hash_rockets
48
49 # Offense count: 15
50 # Configuration parameters: MaxLineLength.
51 Style/IfUnlessModifier:
52   Enabled: false
53
54 # Offense count: 2
55 # Cop supports --auto-correct.
56 # Configuration parameters: EnforcedStyle, SupportedStyles.
57 Style/MultilineOperationIndentation:
58   Enabled: false
59
60 # Offense count: 29
61 # Cop supports --auto-correct.
62 Style/NumericLiterals:
63   MinDigits: 11
64
65 # Offense count: 6548
66 # Cop supports --auto-correct.
67 # Configuration parameters: EnforcedStyle, SupportedStyles.
68 Style/StringLiterals:
69   Enabled: false