Sha256: 9016f512866eaa579c6533d7299aa54612be295a7958efb2f148d30356c0b821

Contents?: true

Size: 307 Bytes

Versions: 3

Compression:

Stored size: 307 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  AllowedMethods:
    - describe
    - context

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
key-vortex-1.1.1 .rubocop.yml
key-vortex-1.1.0 .rubocop.yml
key-vortex-1.0.0 .rubocop.yml