Sha256: 3e90c8ac5205a2ec341fb09ab70f6ada7ff201d71682e1db5bfc41eb65e39c58

Contents?: true

Size: 342 Bytes

Versions: 2

Compression:

Stored size: 342 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
    - commspec_parser.gemspec
    - bin/console
    - bin/compile

Version data entries

2 entries across 2 versions & 1 rubygems

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