Sha256: 9468e51090f78ac929e144bb778aa38f7c41030128b9f938a7aea426fac5a6c6

Contents?: true

Size: 538 Bytes

Versions: 1

Compression:

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

# NOTE: support for old ruby versions
Style/RedundantBegin:
  Enabled: false

# NOTE: used only in specs and it is ok in specs
Lint/EmptyBlock:
  Enabled: false

# NOTE: too situative and too subjective
Naming/VariableNumber:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
smart_types-0.8.0 .rubocop.yml