Sha256: 98dea5805398e32c0fd1f20c8049724578dc6edcb96c10e1cb0f97a20a45986b

Contents?: true

Size: 913 Bytes

Versions: 1

Compression:

Stored size: 913 Bytes

Contents

inherit_mode:
  merge:
    - Exclude

require:
  - rubocop-minitest
  - rubocop-performance
  - rubocop-rake
  - rubocop-sorbet

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.7
  Exclude:
    - sorbet/**/*.rbi

Layout/LineLength:
  Max: 120

Lint/UnusedMethodArgument:
  Exclude:
    - lib/open_feature/multiple_source_provider.rb
    - lib/open_feature/no_op_provider.rb

Metrics/ClassLength:
  Exclude:
    - lib/open_feature/client.rb
    - test/open_feature/client_test.rb
    - test/open_feature/multiple_source_provider_test.rb

Metrics/MethodLength:
  Exclude:
    - test/open_feature/evaluation_details_test.rb
    - test/open_feature/multiple_source_provider_test.rb
    - test/support/test_provider.rb

Style/AccessorGrouping:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
openfeature-sdk-sorbet-0.1.2 .rubocop.yml