Sha256: dc6f03f7ab331c72c5d9801cd368a2a9ad8a6f9effa9ef8cf43fed853d05c5ae

Contents?: true

Size: 500 Bytes

Versions: 2

Compression:

Stored size: 500 Bytes

Contents

AllCops:
  Exclude:
    - "vendor/**/*"
    - "Gemfile"
    - "Guardfile"
    - "slappy.gemspec"
  DisplayCopNames: true
  RunRailsCops: false

##################### Style ##################################

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: single_quotes

##################### Metrics ##################################

Metrics/AbcSize:
  Max: 30

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/LineLength:
  Max: 100

Metrics/MethodLength:
  Max: 20

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
slappy-0.3.0 .hound.yml
slappy-0.2.1 .hound.yml