Sha256: eeda81a3a619c0147de324ff82526b3e67b1e9a5b566ce3ac3e9bbc521e9c395

Contents?: true

Size: 636 Bytes

Versions: 8

Compression:

Stored size: 636 Bytes

Contents

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

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

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: single_quotes

##################### Lint ##################################

Lint/UnusedBlockArgument:
  Exclude:
    - 'templates/slappy_config.rb'

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

Metrics/AbcSize:
  Max: 30

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/LineLength:
  Max: 100

Metrics/MethodLength:
  Max: 20

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
slappy-0.6.3 .hound.yml
slappy-0.6.2 .hound.yml
slappy-0.6.1 .hound.yml
slappy-0.6.0 .hound.yml
slappy-0.5.2 .hound.yml
slappy-0.5.1 .hound.yml
slappy-0.5.0 .hound.yml
slappy-0.4.0 .hound.yml