Sha256: cdd9236f814875b0da46ba9f73ad9efd45aced45f9c2589f9683b35010e2a5b2

Contents?: true

Size: 443 Bytes

Versions: 1

Compression:

Stored size: 443 Bytes

Contents

---
AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - "bin/**/*"
    - "spec/dummy/bin/**/*"
    - "tmp/**/*"
    - "vendor/**/*"

# not available in older versions of Ruby
Layout/IndentHeredoc:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/ClassAndModuleChildren:
  EnforcedStyle: nested

Style/SingleLineBlockParams:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - spec/**/*_spec.rb

Metrics/LineLength:
  Max: 120

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
letter_opener_web-1.3.4 .rubocop.yml