Sha256: 0940a45f22fa5b3c149af9a42511c977f15c839c7d1e2b2fa260e9757bde9dc7

Contents?: true

Size: 508 Bytes

Versions: 3

Compression:

Stored size: 508 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:
  Enabled: false

Metrics/BlockLength:
  IgnoredMethods: ['describe', 'context', 'xdescribe']

Gemspec/RequireMFA:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Style/BlockDelimiters:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
seamapi-0.1.0 .rubocop.yml
seamapi-0.0.5 .rubocop.yml
seamapi-0.0.4 .rubocop.yml