Sha256: 68c0778cab19d248170b9713cf7dc65db30df303d180d6deb1621be086b4d0f4

Contents?: true

Size: 499 Bytes

Versions: 1

Compression:

Stored size: 499 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
splunk-otel-0.1.0 .rubocop.yml