Sha256: 16658d60eec0877f7b7d0b4c1d55a4ae7c9b388115fc44f498dc1f7392b965cb

Contents?: true

Size: 385 Bytes

Versions: 4

Compression:

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

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

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
smart_schema-0.2.0 .rubocop.yml
smart_schema-0.1.0 .rubocop.yml
smart_schema-0.0.0 .rubocop.yml
smart_operation-0.1.0 .rubocop.yml