]> git.openstreetmap.org Git - chef.git/blob - .rubocop_todo.yml
nominatim: need db cluster in master
[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: 15
39 # Configuration parameters: MaxLineLength.
40 Style/IfUnlessModifier:
41   Enabled: false
42
43 # Offense count: 29
44 # Cop supports --auto-correct.
45 Style/NumericLiterals:
46   MinDigits: 11