Sha256: c2e67aaf45e2b303446470f6bfde9df3f2c5474fcbe4d3de6448081b404615cc

Contents?: true

Size: 513 Bytes

Versions: 8

Compression:

Stored size: 513 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
    - qonfig.gemspec
    - bin/console
    - bin/rspec

# NOTE: for code clarity in tests
RSpec/LeakyConstantDeclaration:
  Enabled: false

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
qonfig-0.24.1 .rubocop.yml
qonfig-0.24.0 .rubocop.yml
qonfig-0.23.0 .rubocop.yml
qonfig-0.22.0 .rubocop.yml
qonfig-0.21.0 .rubocop.yml
qonfig-0.20.0 .rubocop.yml
qonfig-0.19.1 .rubocop.yml
qonfig-0.19.0 .rubocop.yml