Sha256: 4c8b3d45075908ef88007c49de67254467a502564eb6c46c1ffb0ce32c9ab24c
Contents?: true
Size: 315 Bytes
Versions: 2
Compression:
Stored size: 315 Bytes
Contents
inherit_from: .rubocop_todo.yml require: - rubocop-performance AllCops: DisplayCopNames: true DisplayStyleGuide: true TargetRubyVersion: 2.3 Metrics/BlockLength: Exclude: - spec/**/*.rb Metrics/LineLength: Max: 120 Exclude: - spec/**/*.rb Style/Documentation: Exclude: - 'spec/**/*'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-logstash-1.2.1 | .rubocop.yml |
sidekiq-logstash-1.2.0 | .rubocop.yml |