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