Sha256: 01cc0cc1293cf8143820853bdb6efd2efc86404f3864d43e490f96d4c689ff9e

Contents?: true

Size: 472 Bytes

Versions: 1

Compression:

Stored size: 472 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_value-object.gemspec
    - bin/console

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

Naming/FileName:
  Exclude:
    - lib/smart_core/value-object.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
smart_value-object-0.2.0 .rubocop.yml