Sha256: 492da6aeb99b2dff7e261a6878cda8f61b39d4cb327a2c96f2e59734ed8489a5

Contents?: true

Size: 275 Bytes

Versions: 6

Compression:

Stored size: 275 Bytes

Contents

require: rubocop-rake
AllCops:
  NewCops: enable
Style/StringLiterals:
  Exclude:
    - '**/*_pb.rb'
Style/HashSyntax:
  Exclude:
    - '**/*_pb.rb'
Style/FrozenStringLiteralComment:
  Exclude:
    - '**/*_pb.rb'
Metrics/MethodLength:
  Max: 100
  Exclude:
    - '**/*_pb.rb'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fluent-plugin-formatter-protobuf-0.3.0 .rubocop.yml
fluent-plugin-formatter-protobuf-0.2.0 .rubocop.yml
fluent-plugin-formatter-protobuf-0.1.1 .rubocop.yml
fluent-plugin-formatter-protobuf-0.1.0 .rubocop.yml
fluent-plugin-formatter-protobuf-0.0.5 .rubocop.yml
fluent-plugin-formatter-protobuf-0.0.4 .rubocop.yml