Sha256: 796eb334251da4f82541f18f009affb2fdb766abf70b5c3070dd9beda29062f1

Contents?: true

Size: 426 Bytes

Versions: 2

Compression:

Stored size: 426 Bytes

Contents

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

AllCops:
  TargetRubyVersion: 2.7.0
  Include:
    - lib/**/*.rb
    - spec/**/*.rb
    - Gemfile
    - Rakefile
    - lit.gemspec
    - bin/console
    - bin/compile

Style/AccessModifierDeclarations:
  Enabled: false

Style/MultipleComparison:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
litl-0.1.1 .rubocop.yml
litl-0.1.0 .rubocop.yml