Sha256: 8cda514aaa488ac50b4067bf1847c31cd5f6533bbf3c6effa5e7b67f46398742

Contents?: true

Size: 437 Bytes

Versions: 2

Compression:

Stored size: 437 Bytes

Contents

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

AllCops:
  TargetRubyVersion: 2.6.5
  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

2 entries across 2 versions & 1 rubygems

Version Path
sidekiq_portal-0.1.1 .rubocop.yml
sidekiq_portal-0.1.0 .rubocop.yml