Sha256: 2f065dc83f07f813fb27ffef7fbe561868039dccd7d9b8705324bd96fac363ae

Contents?: true

Size: 382 Bytes

Versions: 6

Compression:

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

Style/Documentation:
  AllowedConstants:
    - SampleRecord
    - SampleRecordTwo

Metrics/BlockLength:
  AllowedMethods:
    - shared_context

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
key_vortex-contract-1.0.0 .rubocop.yml
key_vortex-contract-0.2.5 .rubocop.yml
key_vortex-contract-0.2.4 .rubocop.yml
key_vortex-contract-0.2.3.1 .rubocop.yml
key_vortex-contract-0.2.3 .rubocop.yml
key_vortex-contract-0.2.1.2 .rubocop.yml