Sha256: 28015a2c605ead7a264f1c8a12c4cab086dd845941d1ffb7ebd6e0337d42a609

Contents?: true

Size: 327 Bytes

Versions: 1

Compression:

Stored size: 327 Bytes

Contents

require:
  - rubocop-performance

AllCops:
  TargetRubyVersion: 2.3

Layout/LineLength:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Style/Documentation:
  Enabled: false

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

Metrics/ClassLength:
  Max: 200

Metrics/MethodLength:
  Max: 20

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-sakuraio-0.1.3 .rubocop.yml