Sha256: d9d6204698174e27278a12e118e2100ac3ed8f032187dee25388245278b64d41

Contents?: true

Size: 390 Bytes

Versions: 1

Compression:

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
smart_engine-0.12.0 .rubocop.yml