Sha256: ca274f963c7695399e9bfd38de7b37e30a237f2f18841ebc72a2e949007ec38f

Contents?: true

Size: 467 Bytes

Versions: 4

Compression:

Stored size: 467 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rake

inherit_gem:
  onkcop:
    - "config/rubocop.yml"
    - "config/rspec.yml"
    - "config/performance.yml"

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable

Layout/HashAlignment:
  EnforcedHashRocketStyle: table
  EnforcedColonStyle: table

RSpec/MultipleExpectations:
  Enabled: false

RSpec/MultipleMemoizedHelpers:
  Enabled: false

RSpec/NestedGroups:
  Enabled: false

RSpec/SharedExamples:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rubicure-3.2.4 .rubocop.yml
rubicure-3.2.3 .rubocop.yml
rubicure-3.2.2 .rubocop.yml
rubicure-3.2.1 .rubocop.yml