Sha256: 779f29128617c2011a4fd4f4899877c6ff8d09e3457f9a7b50fc61f657826d96

Contents?: true

Size: 526 Bytes

Versions: 5

Compression:

Stored size: 526 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.
Layout/SpaceBeforeFirstArg:
  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

5 entries across 5 versions & 1 rubygems

Version Path
solidus_i18n-2.2.0 .hound.yml
solidus_i18n-2.1.1 .hound.yml
solidus_i18n-2.1.0 .hound.yml
solidus_i18n-2.0.0 .hound.yml
solidus_i18n-1.3.0 .hound.yml