Sha256: 27634e2d447812bca9b7a60fbc340368310f15083e79eb4121d93b1799a81037

Contents?: true

Size: 400 Bytes

Versions: 7

Compression:

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

# NOTE: It is not suitable for infrastracture-level frameworks
Metrics/ParameterLists:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
smart_schema-0.11.0 .rubocop.yml
smart_schema-0.10.0 .rubocop.yml
smart_schema-0.9.0 .rubocop.yml
smart_schema-0.8.0 .rubocop.yml
smart_schema-0.7.0 .rubocop.yml
smart_schema-0.6.0 .rubocop.yml
smart_schema-0.5.0 .rubocop.yml