Sha256: 201ffd7930658cb33270f961ab06269cc9889f031a37f25ec1c9a49ef1d2904d

Contents?: true

Size: 592 Bytes

Versions: 4

Compression:

Stored size: 592 Bytes

Contents

prepare:
  fetch:
    - https://raw.githubusercontent.com/bkuhlmann/code_quality/v1.1.0/configurations/rubocop/ruby.yml
engines:
  shellcheck:
    enabled: true
  reek:
    enabled: <%= config.dig :generate, :reek %>
  rubocop:
    enabled: <%= config.dig :generate, :rubocop %>
  scss-lint:
    enabled: <%= config.dig :generate, :scss_lint %>
  duplication:
    enabled: true
    config:
      languages:
      - ruby
      - javascript
ratings:
  paths:
  - "app/**/*"
  - "bin/**/*"
  - "lib/**/*"
  - "**.rb"
  - "**.js"
exclude_paths:
- "spec/**/*"
- "vendor/**/*"
- ".codeclimate.yml"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gemsmith-10.2.0 lib/gemsmith/templates/%gem_name%/.codeclimate.yml.tt
gemsmith-10.1.0 lib/gemsmith/templates/%gem_name%/.codeclimate.yml.tt
gemsmith-10.0.0 lib/gemsmith/templates/%gem_name%/.codeclimate.yml.tt
gemsmith-9.6.0 lib/gemsmith/templates/%gem_name%/.codeclimate.yml.tt