Sha256: b0cd18e4df07522bf3e322f9c1e27f43f0623ef49fe96862e581990017927ac8

Contents?: true

Size: 380 Bytes

Versions: 5

Compression:

Stored size: 380 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
    - context

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
key-vortex-0.2.5 .rubocop.yml
key-vortex-0.2.4 .rubocop.yml
key-vortex-0.2.3 .rubocop.yml
key-vortex-0.2.2 .rubocop.yml
key-vortex-0.2.1 .rubocop.yml