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