Sha256: d40f090159b8f32498e62690581fd8050ac306e4e4d87acf0c32682ebeeefe52

Contents?: true

Size: 550 Bytes

Versions: 1

Compression:

Stored size: 550 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable

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

Naming/FileName:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spinels-redd-0.9.0 .rubocop.yml