Sha256: 97006b542bacc4baf8feb2e6494e1627caad7b4acb3f22d70494bf4786c6dad8

Contents?: true

Size: 322 Bytes

Versions: 2

Compression:

Stored size: 322 Bytes

Contents

# RuboCop Default Config: https://github.com/rubocop-hq/rubocop/blob/master/config/default.yml

AllCops:
  NewCops: disable

Gemspec/RequiredRubyVersion:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Layout/LineLength:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-protobuf-http-0.3.1 .rubocop.yml
fluent-plugin-protobuf-http-0.3.0 .rubocop.yml