Merge "Fix the Rubocop offense EmptyLinesAroundBody"
[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: 2
34 # Cop supports --auto-correct.
35 Style/LeadingCommentSpace:
36 Enabled: false
37
38 # Offense count: 4
39 # Cop supports --auto-correct.
40 Style/PerlBackrefs:
41 Enabled: false
42
43 # Offense count: 4
44 # Cop supports --auto-correct.
45 Style/SpaceAroundOperators:
46 Enabled: false
47
48 # Offense count: 1
49 # Cop supports --auto-correct.
50 # Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
51 Style/SpaceInsideBlockBraces:
52 Enabled: true
53
54 # Offense count: 6
55 # Cop supports --auto-correct.
56 # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SupportedStyles.
57 Style/SpaceInsideHashLiteralBraces:
58 Enabled: false
59
60 # Offense count: 89
61 # Cop supports --auto-correct.
62 # Configuration parameters: EnforcedStyle, SupportedStyles.
63 Style/StringLiterals:
64 Enabled: false
65
66 # Offense count: 11
67 # Cop supports --auto-correct.
68 # Configuration parameters: EnforcedStyle, SupportedStyles.
69 Style/TrailingBlankLines:
70 Enabled: false