Fix the Rubocop offense EmptyLines
[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 # Cop supports --auto-correct.
24 Style/EmptyLinesAroundBody:
25 Enabled: false
26
27 # Offense count: 1
28 # Configuration parameters: Exclude.
29 Style/FileName:
30 Enabled: false
31
32 # Offense count: 8
33 # Cop supports --auto-correct.
34 # Configuration parameters: EnforcedStyle, SupportedStyles.
35 Style/HashSyntax:
36 Enabled: false
37
38 # Offense count: 2
39 # Cop supports --auto-correct.
40 Style/LeadingCommentSpace:
41 Enabled: false
42
43 # Offense count: 4
44 # Cop supports --auto-correct.
45 Style/PerlBackrefs:
46 Enabled: false
47
48 # Offense count: 4
49 # Cop supports --auto-correct.
50 Style/SpaceAroundOperators:
51 Enabled: false
52
53 # Offense count: 1
54 # Cop supports --auto-correct.
55 # Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
56 Style/SpaceInsideBlockBraces:
57 Enabled: true
58
59 # Offense count: 6
60 # Cop supports --auto-correct.
61 # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SupportedStyles.
62 Style/SpaceInsideHashLiteralBraces:
63 Enabled: false
64
65 # Offense count: 89
66 # Cop supports --auto-correct.
67 # Configuration parameters: EnforcedStyle, SupportedStyles.
68 Style/StringLiterals:
69 Enabled: false
70
71 # Offense count: 11
72 # Cop supports --auto-correct.
73 # Configuration parameters: EnforcedStyle, SupportedStyles.
74 Style/TrailingBlankLines:
75 Enabled: false