Sha256: d24fd6daeb0b1bb1d1b117f835314033722bdf6b90c85ef09959fc65c68de097

Contents?: true

Size: 355 Bytes

Versions: 2

Compression:

Stored size: 355 Bytes

Contents

require:
  - rubocop-performance

AllCops:
  TargetRubyVersion: 2.3

Layout/LineLength:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Style/Documentation:
  Enabled: false

Metrics/AbcSize:
  Max: 25

Metrics/BlockLength:
  Exclude:
    - 'test/**/*'
    - '*.gemspec'

Metrics/ClassLength:
  Max: 200

Metrics/MethodLength:
  Max: 20

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-sakuraio-0.2.1 .rubocop.yml
fluent-plugin-sakuraio-0.2.0 .rubocop.yml