Sha256: 34abd06b0c9392af887d1bea49d622c7569e5aa8e2aa0183c224781b68c6b787

Contents?: true

Size: 497 Bytes

Versions: 3

Compression:

Stored size: 497 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.1

Metrics/LineLength:
  Max: 100

Style/MutableConstant:
  Enabled: false

# Dumb, but also brand new.
Style/NumericPredicate:
  Enabled: false

# Allows for raising Redd::ResponseErrors with a Response object.
Style/RaiseArgs:
  Enabled: false

# Many reddit calls demand a lot of parameters.
Metrics/ParameterLists:
  CountKeywordArgs: false

# Stop rubocop from complaining about large `describe` blocks.
Metrics/BlockLength:
  Exclude:
    - spec/**/*_spec.rb

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
redd-0.9.0.pre.3 .rubocop.yml
redd-0.9.0.pre.2 .rubocop.yml
redd-0.9.0.pre.1 .rubocop.yml