Sha256: 982db507aabd143533e83af310c6c3eeb75993ff9cbd2e8be2cf62a3b33c599c

Contents?: true

Size: 390 Bytes

Versions: 3

Compression:

Stored size: 390 Bytes

Contents

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

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

# NOTE: for better representativeness of test examples
RSpec/DescribedClass:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
smart_engine-0.11.0 .rubocop.yml
smart_engine-0.10.0 .rubocop.yml
smart_engine-0.9.0 .rubocop.yml