Sha256: 0de7ef5a3350d577735c68b899462cf3a496870b9efa2d3b3d1cd8194835856f

Contents?: true

Size: 417 Bytes

Versions: 2

Compression:

Stored size: 417 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.2
  Exclude:
    - bin/**/*
    - spec/spec_helper.rb
    - ./*.gemspec
    - vendor/**/*

Style/StringLiterals:
  EnforcedStyle: double_quotes

Naming/FileName:
  Exclude:
    - "lib/atomic-sidekiq.rb"

Style/DoubleNegation:
  Enabled: false

Style/Documentation:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - spec/**/*.rb

Metrics/LineLength:
  Exclude:
    - spec/**/*.rb

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
atomic-sidekiq-1.1.2 .rubocop.yml
atomic-sidekiq-1.1.0 .rubocop.yml