Sha256: fe8ee072117b3369be7ce5e6d145bbf7c8bc3b0b17640605ede8b0b126f80092

Contents?: true

Size: 735 Bytes

Versions: 9

Compression:

Stored size: 735 Bytes

Contents

inherit_from:
  - https://raw.githubusercontent.com/bkuhlmann/code_quality/master/configurations/rubocop/ruby.yml
  - https://raw.githubusercontent.com/bkuhlmann/code_quality/master/configurations/rubocop/rake.yml
  - https://raw.githubusercontent.com/bkuhlmann/code_quality/master/configurations/rubocop/performance.yml
<%- if config.dig(:generate, :rspec) -%>
  - https://raw.githubusercontent.com/bkuhlmann/code_quality/master/configurations/rubocop/rspec.yml
<%- end -%>
<%- if config.dig(:generate, :engine) -%>
  - https://raw.githubusercontent.com/bkuhlmann/code_quality/master/configurations/rubocop/rails.yml
<%- end -%>

<%- if config.dig(:generate, :cli) -%>
Lint/Void:
  CheckForMethodsWithNoSideEffects: false
<%- end -%>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
gemsmith-15.2.0 lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt
gemsmith-15.1.1 lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt
gemsmith-15.1.0 lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt
gemsmith-15.0.0 lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt
gemsmith-14.11.0 lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt
gemsmith-14.10.1 lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt
gemsmith-14.10.0 lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt
gemsmith-14.9.0 lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt
gemsmith-14.8.0 lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt