Merge "Remove outdated Rubocop offenses from .rubocop_todo.yml"
[lhc/web/wiklou.git] / .rubocop_todo.yml
1 # This configuration was generated by `rubocop --auto-gen-config`
2 # on 2014-10-21 15:10:03 +0200 using RuboCop version 0.26.1.
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 # Cop supports --auto-correct.
10 Lint/UnusedMethodArgument:
11 Enabled: false
12
13 # Offense count: 19
14 # Configuration parameters: AllowURI, URISchemes.
15 Metrics/LineLength:
16 Max: 94
17
18 # Offense count: 10
19 Style/Documentation:
20 Enabled: false
21
22 # Offense count: 1
23 # Configuration parameters: Exclude.
24 Style/FileName:
25 Enabled: false
26
27 # Offense count: 8
28 # Cop supports --auto-correct.
29 # Configuration parameters: EnforcedStyle, SupportedStyles.
30 Style/HashSyntax:
31 Enabled: false
32
33 # Offense count: 4
34 # Cop supports --auto-correct.
35 Style/PerlBackrefs:
36 Enabled: false
37
38 # Offense count: 6
39 # Cop supports --auto-correct.
40 # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SupportedStyles.
41 Style/SpaceInsideHashLiteralBraces:
42 Enabled: false
43
44 # Offense count: 89
45 # Cop supports --auto-correct.
46 # Configuration parameters: EnforcedStyle, SupportedStyles.
47 Style/StringLiterals:
48 Enabled: false
49
50 # Offense count: 11
51 # Cop supports --auto-correct.
52 # Configuration parameters: EnforcedStyle, SupportedStyles.
53 Style/TrailingBlankLines:
54 Enabled: false