resourceloader: Make timestamp handling more consistent
[mediawiki.git] / .rubocop_todo.yml
blobf0702ba09aea48d5047398d2ee3570ac657105b8
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.
8 # Offense count: 1
9 Lint/AmbiguousRegexpLiteral:
10   Enabled: false
12 # Offense count: 2
13 # Cop supports --auto-correct.
14 Lint/UnusedMethodArgument:
15   Enabled: false
17 # Offense count: 19
18 # Configuration parameters: AllowURI, URISchemes.
19 Metrics/LineLength:
20   Max: 94
22 # Offense count: 10
23 Style/Documentation:
24   Enabled: false
26 # Offense count: 1
27 # Cop supports --auto-correct.
28 Style/EmptyLines:
29   Enabled: false
31 # Offense count: 1
32 # Cop supports --auto-correct.
33 Style/EmptyLinesAroundBody:
34   Enabled: false
36 # Offense count: 1
37 # Configuration parameters: Exclude.
38 Style/FileName:
39   Enabled: false
41 # Offense count: 8
42 # Cop supports --auto-correct.
43 # Configuration parameters: EnforcedStyle, SupportedStyles.
44 Style/HashSyntax:
45   Enabled: false
47 # Offense count: 2
48 # Cop supports --auto-correct.
49 Style/LeadingCommentSpace:
50   Enabled: false
52 # Offense count: 4
53 # Cop supports --auto-correct.
54 Style/PerlBackrefs:
55   Enabled: false
57 # Offense count: 4
58 # Cop supports --auto-correct.
59 Style/SpaceAroundOperators:
60   Enabled: false
62 # Offense count: 1
63 # Cop supports --auto-correct.
64 # Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
65 Style/SpaceInsideBlockBraces:
66   Enabled: true
68 # Offense count: 6
69 # Cop supports --auto-correct.
70 # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SupportedStyles.
71 Style/SpaceInsideHashLiteralBraces:
72   Enabled: false
74 # Offense count: 89
75 # Cop supports --auto-correct.
76 # Configuration parameters: EnforcedStyle, SupportedStyles.
77 Style/StringLiterals:
78   Enabled: false
80 # Offense count: 11
81 # Cop supports --auto-correct.
82 # Configuration parameters: EnforcedStyle, SupportedStyles.
83 Style/TrailingBlankLines:
84   Enabled: false