Sha256: 1cfebb25ca45cf14d8b079d85683e84aa6d541e52d572a74d3fb5dc7c048e0cd

Contents?: true

Size: 836 Bytes

Versions: 1

Compression:

Stored size: 836 Bytes

Contents

inherit_mode:
  merge:
    - Exclude

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

AllCops:
  NewCops: enable
  TargetRubyVersion: 3.0
  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
    - lib/open_feature/multiple_source_provider.rb
    - test/open_feature/client_test.rb
    - test/open_feature/multiple_source_provider_test.rb

Metrics/MethodLength:
  Exclude:
    - test/**/*

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.4.0 .rubocop.yml