Sha256: c1b1d9a7d0737ee46cc43f926560e620ccb995ca966e4e721df7c45608688d07

Contents?: true

Size: 455 Bytes

Versions: 3

Compression:

Stored size: 455 Bytes

Contents

inherit_gem:
  armitage-rubocop:
    - lib/rubocop.general.yml
    - lib/rubocop.rake.yml
    - lib/rubocop.rspec.yml

AllCops:
  TargetRubyVersion: 2.7.1
  NewCops: enable
  Include:
    - lib/**/*.rb
    - spec/**/*.rb
    - Gemfile
    - Rakefile
    - sidekiq_portal.gemspec
    - bin/console
    - bin/rspec

# NOTE: support for old ruby versions
Style/RedundantBegin:
  Enabled: false

# NOTE: too situative
Metrics/ParameterLists:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sidekiq_portal-0.3.2 .rubocop.yml
sidekiq_portal-0.3.1 .rubocop.yml
sidekiq_portal-0.3.0 .rubocop.yml