Sha256: caa530e292d3811f83f1ea731bcaff58f87c205f74f35981236dc0a84042a5e8

Contents?: true

Size: 296 Bytes

Versions: 2

Compression:

Stored size: 296 Bytes

Contents

inherit_gem:
  rubocop-config-umbrellio: lib/rubocop.yml

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.5
  Include:
    - bin/console
    - Gemfile
    - ezclient.gemspec
    - Rakefile
    - lib/**/*
    - spec/**/*
    - gemfile/**/*
  Exclude:
    - vendor/**/*
    - gemfiles/**/*

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ezclient-1.5.1 .rubocop.yml
ezclient-1.5.0 .rubocop.yml