Sha256: e52a06fc1afb2e173734787da512a87d15bd3c92859c901d6d4de6ea6441d8a4

Contents?: true

Size: 454 Bytes

Versions: 1

Compression:

Stored size: 454 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_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.1.0 .rubocop.yml