Sha256: 6c0537650130ed5512171b689ad96ae54a43f9ed83b2ebe71c5b40d95ebbd26a
Contents?: true
Size: 571 Bytes
Versions: 3
Compression:
Stored size: 571 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: Exclude: - test/helper.rb # Naming/MethodParameterName: # Exclude: # - lib/fluent/plugin/in_ssl_check.rb
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-ssl-check-2.0.1 | .rubocop.yml |
fluent-plugin-ssl-check-2.0.0 | .rubocop.yml |
fluent-plugin-ssl-check-1.1.0 | .rubocop.yml |