Sha256: 0df7090b4ddcdbaa64db008dcd7d14453034dc4857125ae05685cfed3508a39d

Contents?: true

Size: 456 Bytes

Versions: 2

Compression:

Stored size: 456 Bytes

Contents

inherit_gem:
  armitage-rubocop:
    - lib/rubocop.general.yml
    - lib/rubocop.rake.yml
    - lib/rubocop.rspec.yml

AllCops:
  TargetRubyVersion: 2.7.2
  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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smart_types-0.3.0 .rubocop.yml
smart_types-0.2.0 .rubocop.yml