Sha256: 0aa4008db87db535ded53d8e916aa9ea1453e269c6e5bc489505bec8c85fd645

Contents?: true

Size: 345 Bytes

Versions: 1

Compression:

Stored size: 345 Bytes

Contents

require: rubocop-rake

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

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

RSpec/Rails/HaveHttpStatus:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ezclient-1.6.0 .rubocop.yml