Sha256: 4125c8acef801283953ea9e48a81d70e78320d002c52f8ec3cceb2eca36d2334

Contents?: true

Size: 533 Bytes

Versions: 1

Compression:

Stored size: 533 Bytes

Contents

require:
  - rubocop-performance

inherit_mode:
  merge:
    - Exclude

AllCops:
  TargetRubyVersion: 2.2
  DisabledByDefault: true
  Exclude:
    - "gemfiles/**/*"

Bundler:
  Enabled: true

Gemspec:
  Enabled: true

Layout:
  Enabled: true

Lint:
  Enabled: true

Metrics/LineLength:
  Max: 120
  IgnoreCopDirectives: true

Naming:
  Enabled: true

Performance:
  Enabled: true

Security:
  Enabled: true

Style/FrozenStringLiteralComment:
  Enabled: true

Style/HashSyntax:
  Enabled: true

Style/RedundantFreeze:
  Enabled: true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cose-0.8.0 .rubocop.yml