Sha256: da843f6243fc10d3f3a62a349de8756da48cf3b04d142c070dec0439ebdfe114

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.5.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.4.0 .rubocop.yml