Sha256: f8a85fe5a3cee3124f9a394f8e994ae90c3ae021441973dae96fef0de7005e6c

Contents?: true

Size: 630 Bytes

Versions: 3

Compression:

Stored size: 630 Bytes

Contents

# Change the file you inherit if you:
# * use Rails,
# * are creating a RubyGem, or
# * don't use RSpec
# As follows:
#   inherit_gem:
#     # Pick one:
#     #  rubocop-ruby2_0: rubocop-lts/rails_rspec.yml # or rubocop-lts/rails.yml w/o rspec
#     #  rubocop-ruby2_0: rubocop-lts/ruby_rspec.yml # or rubocop-lts/ruby.yml w/o rspec
#     #  rubocop-ruby2_0: rubocop-lts/rubygem_rspec.yml # or rubocop-lts/rubygem.yml w/o rspec
#     # Convention over configuration, hence loading this file just only Ruby and RSpec defaults:
#     rubocop-ruby2_0: rubocop.yml # for the ruby + rspec

inherit_from:
  - rubocop-lts/ruby_rspec.yml

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rubocop-ruby2_0-2.0.3 rubocop.yml
rubocop-ruby2_0-2.0.2 rubocop.yml
rubocop-ruby2_0-2.0.1 rubocop.yml