Merge "Fix phpcs errors and warnings in includes/site"
[mediawiki.git] / .rubocop_todo.yml
blob58cee0c18fcfefffd37a7a287d25a978d4be07fd
1 # This configuration was generated by `rubocop --auto-gen-config`
2 # on 2015-03-06 17:05:39 +0100 using RuboCop version 0.29.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: 2
9 # Cop supports --auto-correct.
10 Lint/UnusedMethodArgument:
11   Enabled: false
13 # Offense count: 1
14 # Configuration parameters: Exclude.
15 Style/FileName:
16   Enabled: false
18 # Offense count: 8
19 # Cop supports --auto-correct.
20 # Configuration parameters: EnforcedStyle, SupportedStyles.
21 Style/HashSyntax:
22   Enabled: false
24 # Offense count: 4
25 # Cop supports --auto-correct.
26 Style/PerlBackrefs:
27   Enabled: false
29 # Offense count: 81
30 # Cop supports --auto-correct.
31 # Configuration parameters: EnforcedStyle, SupportedStyles.
32 Style/StringLiterals:
33   Enabled: false