Sha256: 580c807ed82fae5ab5031db94432e14a4c359c17ad494976328f1128b15e23e0

Contents?: true

Size: 510 Bytes

Versions: 2

Compression:

Stored size: 510 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120
  Exclude:
    - 'spec/**/*.rb'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'
    - 'openfeature-sdk.gemspec'

Gemspec/RequireMFA:
  Enabled: false

Style/DocumentDynamicEvalDefinition:
  # TODO re-enable after figuring out what it actually wants
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
openfeature-sdk-0.1.1 .rubocop.yml
openfeature-sdk-0.1.0 .rubocop.yml