Sha256: 4de4cd60803a2dd4be6d9c82fb588a14b1eff9ca7885facc7fd95689e74b0ddc
Contents?: true
Size: 502 Bytes
Versions: 2
Compression:
Stored size: 502 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.2 Style/Documentation: Enabled: false Lint/RescueException: Exclude: - 'lib/libhoney/transmission.rb' Metrics/BlockLength: Max: 35 Metrics/ClassLength: Max: 200 Exclude: - test/* Metrics/MethodLength: Max: 25 Exclude: - lib/libhoney/transmission.rb - test/* Metrics/LineLength: Max: 115 Exclude: - lib/libhoney/client.rb - lib/libhoney/builder.rb Metrics/AbcSize: Exclude: - test/*
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
libhoney-1.14.0 | .rubocop.yml |
libhoney-1.13.6 | .rubocop.yml |