mediawiki-extensions-Multim.../.rubocop_todo.yml
Željko Filipin eb7b5f9de2 Prepare repository for running RuboCop after every push to Gerrit
For now ignoring all problems.

Bug: 69245
Change-Id: Icebcad75b1d63efd7016b96a7ccdbe650f0c3894
2014-10-21 15:45:50 +02:00

67 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: 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