Sha256: 6d2e3151cd604d2136b52803ccc33ef509a96a4bbaf40a6ae1c6c9a7a09efa89

Contents?: true

Size: 366 Bytes

Versions: 1

Compression:

Stored size: 366 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

# TODO: Remove once design is set
Style/Documentation:
  Enabled: false

Metrics/BlockLength:
  AllowedMethods:
    - describe

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
key-vortex-0.2.0 .rubocop.yml