Sha256: a3fcbdd7d501f6f70ff11717bc69ba5e0f063eb58aa361a5da31cb4d63fe62ee

Contents?: true

Size: 588 Bytes

Versions: 3

Compression:

Stored size: 588 Bytes

Contents

prepare:
  fetch:
    - https://raw.githubusercontent.com/bkuhlmann/code_quality/v0.3.0/configurations/.rubocop.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

3 entries across 3 versions & 1 rubygems

Version Path
gemsmith-9.4.0 lib/gemsmith/templates/%gem_name%/.codeclimate.yml.tt
gemsmith-9.3.0 lib/gemsmith/templates/%gem_name%/.codeclimate.yml.tt
gemsmith-9.2.0 lib/gemsmith/templates/%gem_name%/.codeclimate.yml.tt