Sha256: 55134b989f5e549e64dd02803bc9aa54892df252905d192e0476007bf15755be

Contents?: true

Size: 1.44 KB

Versions: 4

Compression:

Stored size: 1.44 KB

Contents

Lint/AssignmentInCondition:
  Enabled: false

# We use this a lot in specs where it's perfectly valid
Lint/Void:
  Exclude:
    - spec/**/*

Metrics/AbcSize:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/LineLength:
  Max: 100

Metrics/MethodLength:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Style/AlignParameters:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/DotPosition:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/HashSyntax:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/Lambda:
  Enabled: false

Style/MultilineBlockChain:
  Enabled: false

# Prefer curly braces except for %i/%w/%W, since those return arrays.
Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%': '{}'
    '%i': '[]'
    '%q': '{}'
    '%Q': '{}'
    '%r': '{}'
    '%s': '()'
    '%w': '[]'
    '%W': '[]'
    '%x': '{}'

Style/PerlBackrefs:
  Enabled: false

# This hides the has-a versus is-a relationship indicated by the method name
Style/PredicateName:
  Enabled: false

Style/RescueModifier:
  Enabled: false

Style/SignalException:
  Enabled: false

Style/SingleLineBlockParams:
  Enabled: false

# End last item of a muli-line list with a comma for better diffs in future
Style/TrailingComma:
  EnforcedStyleForMultiline: comma

Style/WhenThen:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mock_redis-0.15.3 .rubocop.yml
mock_redis-0.15.2 .rubocop.yml
mock_redis-0.15.1 .rubocop.yml
mock_redis-0.15.0 .rubocop.yml