Sha256: 8f15514a216f0ebec6711280ad4506b66fc57fbb7bd26c75f4e5e65d91b032ff
Contents?: true
Size: 502 Bytes
Versions: 12
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: 40 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
12 entries across 12 versions & 1 rubygems