Sha256: c96ca769697e1a58e4da4e31d345cef03351ca13f9b55c848843cc1b37d66cb1

Contents?: true

Size: 548 Bytes

Versions: 1

Compression:

Stored size: 548 Bytes

Contents

require:
  - rubocop-rake

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable

Gemspec/DevelopmentDependencies:
  Enabled: false

Metrics/AbcSize:
  Max: 40
  # Exclude:
  #   - lib/fluent/plugin/in_ssl_check.rb

Metrics/BlockLength:
  Exclude:
    - fluent-plugin-ssl-check.gemspec
    - test/**/*.rb

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

Metrics/MethodLength:
  Max: 20

Metrics/ParameterLists:
  Max: 6

# Naming/MethodParameterName:
#   Exclude:
#     - lib/fluent/plugin/in_ssl_check.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-ssl-check-2.1.0 .rubocop.yml