Sha256: 9277fc8816dd27e1d2d02f58333d9a99bb50b3ddf2e896e3c24ffca30ee6a7c0

Contents?: true

Size: 533 Bytes

Versions: 1

Compression:

Stored size: 533 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable
  Exclude:
    - 'bin/*'
    - 'examples/rails-7-barebones/bin/*'

    # github actions' weirdness
    # https://github.com/rubocop/rubocop/issues/9832#issuecomment-882111229
    - vendor/bundle/**/*

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/AbcSize:
  Max: 18

Metrics/MethodLength:
  Max: 15

Metrics/ModuleLength:
  Max: 105

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
splunk-otel-0.2.0 .rubocop.yml