Sha256: 9d639a58e038fe50b2d2ae69e8bae085985b3c9529933d4c4be96099dea507ab

Contents?: true

Size: 387 Bytes

Versions: 5

Compression:

Stored size: 387 Bytes

Contents

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

AllCops:
  TargetRubyVersion: 2.4.9
  Include:
    - lib/**/*.rb
    - spec/**/*.rb
    - Gemfile
    - Rakefile
    - smart_initializer.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_initializer-0.1.0.alpha4 .rubocop.yml
smart_initializer-0.1.0.alpha3 .rubocop.yml
smart_initializer-0.1.0.alpha2 .rubocop.yml
smart_initializer-0.1.0.alpha1 .rubocop.yml
smart_initializer-0.0.0 .rubocop.yml