Sha256: 479c08f3cf04afbb852f0ebfd639bcc64a0d0dbe3f9a150cfa6c41df059b15f5

Contents?: true

Size: 504 Bytes

Versions: 6

Compression:

Stored size: 504 Bytes

Contents

require:
  - rubocop-performance

inherit_mode:
  merge:
    - Exclude

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

Bundler:
  Enabled: true

Gemspec:
  Enabled: true

Layout:
  Enabled: true

Layout/LineLength:
  Max: 120

Lint:
  Enabled: 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

6 entries across 6 versions & 1 rubygems

Version Path
cose-1.3.1 .rubocop.yml
cose-1.3.0 .rubocop.yml
cose-1.2.1 .rubocop.yml
cose-1.2.0 .rubocop.yml
cose-1.1.0 .rubocop.yml
cose-1.0.0 .rubocop.yml