Sha256: cddfd39170e149de224adba603330c82c7800cefc07da1384d88f139037d1d88

Contents?: true

Size: 337 Bytes

Versions: 4

Compression:

Stored size: 337 Bytes

Contents

---
inherit_gem:
  rubocop-fnando: .rubocop.yml

AllCops:
  TargetRubyVersion: <%= options.oldest_ruby_version.split(".").take(2).join(".") %>
  NewCops: enable
  Exclude:
    - vendor/**/*
    - gemfiles/**/*
<%- if options.package_name.include?("-") -%>
Naming/FileName:
  Exclude:
    - lib/<%= options.package_name %>.rb
<%- end -%>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dopstick-0.0.12 lib/dopstick/generator/gem/templates/rubocop.erb
dopstick-0.0.11 lib/dopstick/generator/gem/templates/rubocop.erb
dopstick-0.0.10 lib/dopstick/generator/gem/templates/rubocop.erb
dopstick-0.0.9 lib/dopstick/generator/gem/templates/rubocop.erb