Sha256: 9418016889e2f054719a3b63efe316199cf02e417f175d276719e1d98ea80ffe

Contents?: true

Size: 245 Bytes

Versions: 4

Compression:

Stored size: 245 Bytes

Contents

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.4

require:
  - rubocop-rake


Metrics/AbcSize:
  Max: 20

Metrics/BlockLength:
  Exclude:
    - test/**/*.rb

Metrics/ClassLength:
  Exclude:
    - test/**/*.rb

Metrics/MethodLength:
  Max: 20

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fluent-plugin-prometheus-pull-0.4.0 .rubocop.yml
fluent-plugin-prometheus-pull-0.3.0 .rubocop.yml
fluent-plugin-prometheus-pull-0.2.1 .rubocop.yml
fluent-plugin-prometheus-pull-0.2.0 .rubocop.yml