Sha256: 5f021bcb5fab0a6c6aacd1106b05d9fc500eead864c70e1676b37fd9cc80bf4d

Contents?: true

Size: 614 Bytes

Versions: 4

Compression:

Stored size: 614 Bytes

Contents

---
engines:
  shellcheck:
    enabled: true
  bundler-audit:
    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
  fixme:
    enabled: true
    config:
      strings:
        - TODO
        - FIX
        - DUPLICATE
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-9.0.0 lib/gemsmith/templates/%gem_name%/.codeclimate.yml.tt
gemsmith-8.2.0 lib/gemsmith/templates/%gem_name%/.codeclimate.yml.tt
gemsmith-8.1.0 lib/gemsmith/templates/%gem_name%/.codeclimate.yml.tt
gemsmith-8.0.0 lib/gemsmith/templates/%gem_name%/.codeclimate.yml.tt