Sha256: a32756f0feb04e06424b3f684576d5fe8ee6364c64d28177e855c0982b0a9387

Contents?: true

Size: 531 Bytes

Versions: 3

Compression:

Stored size: 531 Bytes

Contents

---
# Keep it high to avoid spam.
Metrics/LineLength:
  Max: 140

# 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/**/*'

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
solidus_i18n-1.2.0 .hound.yml
solidus_i18n-1.1.0 .hound.yml
solidus_i18n-1.0.0 .hound.yml