Sha256: 03dcbb033cca9a94b9908bbe98fa9f9f2d5f45d48105dfe302a423c403733a71

Contents?: true

Size: 389 Bytes

Versions: 1

Compression:

Stored size: 389 Bytes

Contents

require: rubocop-rake

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

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

RSpec/Rails/HaveHttpStatus:
  Enabled: false

RSpec/SpecFilePathFormat:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ezclient-1.7.0 .rubocop.yml