Sha256: 14bab45109f852894eff9324fd99ede22e54cafcefe0d5eb7f8cd253274118dd

Contents?: true

Size: 920 Bytes

Versions: 7

Compression:

Stored size: 920 Bytes

Contents

---
exclude_paths:
- ".git/"
- "**.xml"
- "**.yaml"
- "**.yml"
- "locale/"
- "spec/"
- "tools/"
engines:
  brakeman:
    # very slow :sad_panda:
    enabled: false
  bundler-audit:
    # requires Gemfile.lock
    enabled: false
  csslint:
    enabled: false
  duplication:
    enabled: true
    config:
      languages:
      - ruby
      - javascript
  eslint:
    enabled: false
    channel: "eslint-3"
  fixme:
    # let's enable later
    enabled: false
  markdownlint:
    # let's enable later
    enabled: false
  rubocop:
    enabled: true
    config: '.rubocop_cc.yml'
    channel: rubocop-0-69
prepare:
  fetch:
  - url: "https://raw.githubusercontent.com/ManageIQ/guides/master/.rubocop_base.yml"
    path: ".rubocop_base.yml"
  - url: "https://raw.githubusercontent.com/ManageIQ/guides/master/.rubocop_cc_base.yml"
    path: ".rubocop_cc_base.yml"
ratings:
  paths:
  - Gemfile.lock
  - "**.rake"
  - "**.rb"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
inventory_refresh-0.2.3 .codeclimate.yml
inventory_refresh-0.2.2 .codeclimate.yml
inventory_refresh-0.3.6 .codeclimate.yml
inventory_refresh-0.3.5 .codeclimate.yml
inventory_refresh-0.3.4 .codeclimate.yml
inventory_refresh-0.3.3 .codeclimate.yml
inventory_refresh-0.2.1 .codeclimate.yml