Sha256: 3f9f32d241685793ad384ebbfe8dbbb6f3a6947a531d10952546e9ca79220d56

Contents?: true

Size: 456 Bytes

Versions: 10

Compression:

Stored size: 456 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3

Metrics/LineLength:
  Max: 100

# 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

10 entries across 10 versions & 1 rubygems

Version Path
redd-0.8.8 .rubocop.yml
redd-0.8.7 .rubocop.yml
redd-0.8.6 .rubocop.yml
redd-0.8.5 .rubocop.yml
redd-0.8.4 .rubocop.yml
redd-0.8.3 .rubocop.yml
redd-0.8.2 .rubocop.yml
redd-0.8.1 .rubocop.yml
redd-0.8.0 .rubocop.yml
redd-0.8.0.pre.2 .rubocop.yml