Sha256: e2f46eb733ad3820414746ff90c162055d70db7cd95d9a4de131c935c41cdc61

Contents?: true

Size: 310 Bytes

Versions: 4

Compression:

Stored size: 310 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  NewCops: enable

Layout/LineLength:
  Max: 120

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

Metrics/ModuleLength:
  Exclude:
    - 'spec/**/*.rb'

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cb-core-0.1.9 .rubocop.yml
cb-core-0.1.8 .rubocop.yml
cb-core-0.1.7 .rubocop.yml
cb-core-0.1.6 .rubocop.yml