Sha256: cc58f23cd3669f1e253ab1434b7f88d23fce1247d563c120da3b80b62e67feeb

Contents?: true

Size: 343 Bytes

Versions: 3

Compression:

Stored size: 343 Bytes

Contents

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

AllCops:
  UseCache: true
  TargetRubyVersion: 2.6.3
  Include:
    - bin/console
    - lib/**/*.rb
    - spec/**/*.rb
    - Gemfile
    - Rakefile
    - smart_core.gemspec

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
smart_core-0.5.2 .rubocop.yml
smart_core-0.5.1 .rubocop.yml
smart_core-0.5.0 .rubocop.yml