Sha256: fc2a41828d8fa41cac144e027906705d616456bd7342a0acca6e9267e8f8e23f

Contents?: true

Size: 536 Bytes

Versions: 5

Compression:

Stored size: 536 Bytes

Contents

require:
  - rubocop-rake

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable

Gemspec/DevelopmentDependencies:
  Enabled: false

Layout/LineLength:
  Max: 120

# Metrics/AbcSize:
#   Max: 40

Metrics/BlockLength:
  Exclude:
    - fluent-plugin-elasticsearch-stats.gemspec
    - test/**/*.rb

Metrics/ClassLength:
  Exclude:
    - test/**/*.rb
    - lib/fluent/plugin/in_elasticsearch_stats.rb

Metrics/MethodLength:
  Max: 25
  Exclude:
    - test/**/*.rb

Metrics/ParameterLists:
  Exclude: []

Style/Documentation:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluent-plugin-elasticsearch-stats-0.6.0 .rubocop.yml
fluent-plugin-elasticsearch-stats-0.5.0 .rubocop.yml
fluent-plugin-elasticsearch-stats-0.4.0 .rubocop.yml
fluent-plugin-elasticsearch-stats-0.3.0 .rubocop.yml
fluent-plugin-elasticsearch-stats-0.2.0 .rubocop.yml