Sha256: 62c4b974bdb979f3221f9e579835a541184ae9d0a9d790bdcbe6772feb13196c

Contents?: true

Size: 552 Bytes

Versions: 2

Compression:

Stored size: 552 Bytes

Contents

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

    # 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

2 entries across 2 versions & 1 rubygems

Version Path
splunk-otel-1.1.0 .rubocop.yml
splunk-otel-1.0.0 .rubocop.yml