Sha256: baab35ad7bc68d748ae335ed8aeb076c5f37de2c4ec5e716df3d4da3a66e0b07

Contents?: true

Size: 352 Bytes

Versions: 2

Compression:

Stored size: 352 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  NewCops: enable

Layout/HashAlignment:
  EnforcedHashRocketStyle: table

Layout/LineLength:
  Enabled: false

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

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
micromicro-1.0.0 .rubocop.yml
micromicro-0.1.0 .rubocop.yml