mediawiki-extensions-Multim.../.rubocop_todo.yml
Gilles Dubuc 96d4e6a4f2 Differentiate placeholder and final image
Should fix intermittent issues happening with the browser tests,
which can't currently tell the difference between the placeholder
and the final image.

Bug: T90589
Change-Id: Ibfdff4721ce5f37831863110ad1a2f9650b24d5e
2015-03-18 09:41:48 +01:00

71 lines
1.6 KiB
YAML

# This configuration was generated by `rubocop --auto-gen-config`
# on 2014-10-21 15:41:50 +0200 using RuboCop version 0.26.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 81
Lint/AmbiguousRegexpLiteral:
Enabled: false
# Offense count: 1
# Cop supports --auto-correct.
Lint/UnusedBlockArgument:
Enabled: false
# Offense count: 3
Metrics/AbcSize:
Max: 77
# Offense count: 61
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
Max: 252
# Offense count: 5
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 17
# Offense count: 2
Style/Documentation:
Enabled: false
# Offense count: 3
# Configuration parameters: AllowedVariables.
Style/GlobalVars:
Enabled: false
# Offense count: 3
# Cop supports --auto-correct.
Style/LeadingCommentSpace:
Enabled: false
# Offense count: 5
Style/RegexpLiteral:
MaxSlashes: 5
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: AllowAsExpressionSeparator.
Style/Semicolon:
Enabled: false
# Offense count: 70
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/StringLiterals:
Enabled: false
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/TrailingBlankLines:
Enabled: false
# Offense count: 3
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/VariableName:
Enabled: false