Sha256: 9daaa61b61bd47c4d360309291508f41062709a3bc43d6e59ee1751824f34e8d

Contents?: true

Size: 403 Bytes

Versions: 2

Compression:

Stored size: 403 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_injection.gemspec
    - bin/console

# NOTE: It is not suitable for infrastracture-level frameworks
Metrics/ParameterLists:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smart_injection-0.3.0 .rubocop.yml
smart_injection-0.2.0 .rubocop.yml