openstreetmap-website/.rubocop_todo.yml
2015-04-14 09:38:24 +01:00

131 lines
2.8 KiB
YAML

# This configuration was generated by `rubocop --auto-gen-config`
# on 2015-04-14 09:29:11 +0100 using RuboCop version 0.30.0.
# 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: 34
Lint/AmbiguousOperator:
Enabled: false
# Offense count: 125
Lint/AmbiguousRegexpLiteral:
Enabled: false
# Offense count: 31
# Configuration parameters: AllowSafeAssignment.
Lint/AssignmentInCondition:
Enabled: false
# Offense count: 5
Lint/HandleExceptions:
Enabled: false
# Offense count: 8
Lint/ParenthesesAsGroupedExpression:
Enabled: false
# Offense count: 646
Metrics/AbcSize:
Max: 277
# Offense count: 12
Metrics/BlockNesting:
Max: 5
# Offense count: 62
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 1653
# Offense count: 68
Metrics/CyclomaticComplexity:
Max: 20
# Offense count: 2454
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
Max: 694
# Offense count: 601
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 179
# Offense count: 4
# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
Max: 9
# Offense count: 70
Metrics/PerceivedComplexity:
Max: 23
# Offense count: 2
# Configuration parameters: Include.
Rails/HasAndBelongsToMany:
Enabled: false
# Offense count: 70
# Configuration parameters: EnforcedStyle, SupportedStyles.
Rails/TimeZone:
Enabled: false
# Offense count: 5
Style/AccessorMethodName:
Enabled: false
# Offense count: 1
Style/AsciiComments:
Enabled: false
# Offense count: 307
Style/Documentation:
Enabled: false
# Offense count: 39
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Enabled: false
# Offense count: 60
# Cop supports --auto-correct.
Style/LineEndConcatenation:
Enabled: false
# Offense count: 69
# Cop supports --auto-correct.
Style/NumericLiterals:
MinDigits: 11
# Offense count: 41
# Cop supports --auto-correct.
Style/PerlBackrefs:
Enabled: false
# Offense count: 8
# Configuration parameters: NamePrefix, NamePrefixBlacklist.
Style/PredicateName:
Enabled: false
# Offense count: 97
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/RaiseArgs:
Enabled: false
# Offense count: 2
Style/RescueModifier:
Enabled: false
# Offense count: 8
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/StringLiteralsInInterpolation:
Enabled: false
# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, IgnoreClassMethods, Whitelist.
Style/TrivialAccessors:
Enabled: false