Sha256: 17d210e86cd26e324d0f88a2d877bb17343d0d100624c321d2ccd0edfa41b075

Contents?: true

Size: 871 Bytes

Versions: 4

Compression:

Stored size: 871 Bytes

Contents

---
# Too picky.
Metrics/LineLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

# This should truly be on for well documented gems.
Style/Documentation:
  Enabled: false

# Neatly aligned code is too swell.
Style/SingleSpaceBeforeFirstArg:
  Enabled: false

# Don't mess with RSpec DSL.
Style/BlockDelimiters:
  Exclude:
    - 'spec/**/*'

# We really like the readability with newline in beginning of classes.
Style/EmptyLinesAroundBlockBody:
  Enabled: false

Style/EmptyLinesAroundClassBody:
  Enabled: false

# It say we should use fail over raise.
Style/SignalException:
  Enabled: false

# Use nested module/class definitions instead of compact style.
# Too high git impact to change this now.
Style/ClassAndModuleChildren:
  Enabled: false

# Avoid contradictory style rules by enforce single quotes.
Style/StringLiterals:
  EnforcedStyle: single_quotes

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
solidus_volume_pricing-0.2.1 .hound.yml
solidus_volume_pricing-0.1.1 .hound.yml
solidus_volume_pricing-0.2.0 .hound.yml
solidus_volume_pricing-0.1.0 .hound.yml