Sha256: 1edaa9b5c19d2f48c130c7446eaf26acd80ba0ec020543609b887b2f09c86eb3

Contents?: true

Size: 456 Bytes

Versions: 4

Compression:

Stored size: 456 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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
smart_types-0.7.1 .rubocop.yml
smart_types-0.7.0 .rubocop.yml
smart_types-0.6.0 .rubocop.yml
smart_types-0.4.0 .rubocop.yml