Sha256: d8ebd76bd77ae5a88fbc1fa3e242dd0a560fa5e42d1a86f37375d7312544f718

Contents?: true

Size: 801 Bytes

Versions: 5

Compression:

Stored size: 801 Bytes

Contents

# GENERATED FILE - DO NOT EDIT
#
# This file should look just like: https://github.com/koic/rubocop-faker/blob/master/lib/rubocop-faker.rb
# Except without the `Inject.defaults!` monkey patching.
#
# Because there are both necessary require statements and additional patching
# of RuboCop built-in cops in this file, we need to monitor it for changes
# in rubocop-faker and keep it up to date.
#
# Last updated from rubocop-faker v1.1.0

# frozen_string_literal: true

require "rubocop"

require_path = Pathname.new(Gem.loaded_specs["rubocop-faker"].full_require_paths.first)
require require_path.join("rubocop/faker")
require require_path.join("rubocop/faker/version")
# require_relative 'rubocop/faker/inject'

# RuboCop::Faker::Inject.defaults!

require require_path.join("rubocop/cop/faker_cops")

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
standard-faker-0.1.4 lib/standard/faker/load_rubocop_faker_without_the_monkey_patch.rb
standard-faker-0.1.3 lib/standard/faker/load_rubocop_faker_without_the_monkey_patch.rb
standard-faker-0.1.2 lib/standard/faker/load_rubocop_faker_without_the_monkey_patch.rb
standard-faker-0.1.1 lib/standard/faker/load_rubocop_faker_without_the_monkey_patch.rb
standard-faker-0.1.0 lib/standard/faker/load_rubocop_faker_without_the_monkey_patch.rb