Sha256: 134a63761c6938f1ec48bcfe33849ee69305c49c2eae881f66b7c2116957abf4

Contents?: true

Size: 452 Bytes

Versions: 2

Compression:

Stored size: 452 Bytes

Contents

require:
  - rubocop-rake

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.3

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  Exclude:
    - fluent-plugin-http-client.gemspec
    - 'test/**/*.rb'

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

Metrics/MethodLength:
  Max: 20

# Style/StringLiterals:
#   Enabled: true
#   EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-http-client-0.2.1 .rubocop.yml
fluent-plugin-http-client-0.2.0 .rubocop.yml