Sha256: 919a00e083d856b003faf98dfeb091335b05411ea2954b67123096f5ab82ebcf

Contents?: true

Size: 467 Bytes

Versions: 5

Compression:

Stored size: 467 Bytes

Contents

AllCops:
    Exclude:
        - 'test/**/*'
        - 'gemfiles/**/*'
        - 'bin/**/*'

Style/Documentation:
    Enabled: false

Style/TrailingCommaInHashLiteral:
    Enabled: false

Metrics/MethodLength:
    Enabled: false

Metrics/BlockLength:
    Enabled: false

Metrics/AbcSize:
    Enabled: false

RSpec/MultipleExpectations:
    Enabled: false

RSpec/ExampleLength:
    Enabled: false

RSpec/FilePath:
    Enabled: false

Metrics/LineLength:
    Max: 100

Version data entries

5 entries across 5 versions & 4 rubygems

Version Path
signalfx-grape-instrumentation-0.1.0 .rubocop.yml
signalfx-sequel-instrumentation-0.1.0 .rubocop.yml
grape-instrumentation-0.2.0 .rubocop.yml
grape-instrumentation-0.1.0 .rubocop.yml
sequel-instrumentation-0.1.0 .rubocop.yml