Sha256: bf590db99fd41eb10e3026a1a4283c6ba282d40c2b83c6c47a9ec1751d3b29a0

Contents?: true

Size: 277 Bytes

Versions: 2

Compression:

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smart_engine-0.7.0 .rubocop.yml
smart_engine-0.6.0 .rubocop.yml