Sha256: 6bf99824bf395bad9acb85c651e98b121574f6256a5e6644534aeeba6f1eacc0

Contents?: true

Size: 344 Bytes

Versions: 2

Compression:

Stored size: 344 Bytes

Contents

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

AllCops:
  TargetRubyVersion: 3.1
  NewCops: enable
  Include:
    - lib/**/*.rb
    - spec/**/*.rb
    - Gemfile
    - Rakefile
    - smart_container.gemspec
    - bin/console

Lint/EmptyBlock:
  Exclude:
    - spec/**/*.rb

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smart_container-0.11.0 .rubocop.yml
smart_container-0.10.0 .rubocop.yml