Sha256: 3aa108cb78c21a209f3d480e8a7618f00f258c0543029dabe201c3c59ce1ba3f

Contents?: true

Size: 320 Bytes

Versions: 1

Compression:

Stored size: 320 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
    - any_cache.gemspec

Layout/MultilineOperationIndentation:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
any_cache-0.5.0 .rubocop.yml