Sha256: 8ddd9cbed90d78f2fa0417bd63cd11a4796d40d3454d8daf9408b42c337319b5

Contents?: true

Size: 514 Bytes

Versions: 2

Compression:

Stored size: 514 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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-ssl-check-2.3.0 .rubocop.yml
fluent-plugin-ssl-check-2.2.0 .rubocop.yml