Sha256: 766a8c8586f476c4c9bd7e677c9c88857580ec4d725f799b774f523d5c6827e5

Contents?: true

Size: 385 Bytes

Versions: 5

Compression:

Stored size: 385 Bytes

Contents

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

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

5 entries across 5 versions & 1 rubygems

Version Path
smart_injection-0.1.0 .rubocop.yml
smart_injection-0.0.0.alpha3 .rubocop.yml
smart_injection-0.0.0.alpha2 .rubocop.yml
smart_injection-0.0.0.alpha .rubocop.yml
smart_injection-0.0.0 .rubocop.yml