Sha256: df39a20128b6e5d3e86839cf12b99d73db9ae164521286779754f2a2c320fe9f

Contents?: true

Size: 288 Bytes

Versions: 5

Compression:

Stored size: 288 Bytes

Contents

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dopstick-0.0.8 lib/dopstick/generator/gem/templates/rubocop.erb
dopstick-0.0.7 lib/dopstick/generator/gem/templates/rubocop.erb
dopstick-0.0.6 lib/dopstick/generator/gem/templates/rubocop.erb
dopstick-0.0.5 lib/dopstick/generator/gem/templates/rubocop.erb
dopstick-0.0.4 lib/dopstick/generator/gem/templates/rubocop.erb