Sha256: 5de592df00e7e9832bc8639597ddf677510fa42e74700106dd60f249271ac0d9

Contents?: true

Size: 346 Bytes

Versions: 1

Compression:

Stored size: 346 Bytes

Contents

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

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
smart_container-0.9.0 .rubocop.yml