Sha256: 8c942c5b6c23e65a48a4bfea48fb06774d183c7fafd7e2a4e20e22eea6dc22d5

Contents?: true

Size: 301 Bytes

Versions: 2

Compression:

Stored size: 301 Bytes

Contents

---

inherit_gem:
  rubocop-sensible: 'config/rubocop.yml'

require:
  - rubocop-performance

AllCops:
  Exclude:
    - 'Rakefile'
    - 'alba.gemspec'

Layout/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Metrics/MethodLength:
  Max: 20

Style/FrozenStringLiteralComment:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alba-0.1.0 .rubocop.yml
alba-0.0.1 .rubocop.yml