Sha256: fcddb6e746d9f1e7ed554b943982b93ef8815efb33a107a2b6b983bfeb98bd73

Contents?: true

Size: 1.21 KB

Versions: 4

Compression:

Stored size: 1.21 KB

Contents

checks:
  method-complexity:
    enabled: true
    config:
      threshold: 8
prepare:
  fetch:
  - url: https://raw.githubusercontent.com/ManageIQ/manageiq-style/master/.rubocop_base.yml
    path: ".rubocop_base.yml"
  - url: https://raw.githubusercontent.com/ManageIQ/manageiq-style/master/.rubocop_cc_base.yml
    path: ".rubocop_cc_base.yml"
  - url: https://raw.githubusercontent.com/ManageIQ/manageiq-style/master/styles/base.yml
    path: styles/base.yml
  - url: https://raw.githubusercontent.com/ManageIQ/manageiq-style/master/styles/cc_base.yml
    path: styles/cc_base.yml
plugins:
  rubocop:
    enabled: true
    config: ".rubocop_cc.yml"
    channel: rubocop-0-82
  brakeman:
    enabled: false
  bundler-audit:
    enabled: false
  csslint:
    enabled: false
  duplication:
    enabled: true
    config:
      languages:
        ruby:
          mass_threshold: 25
          count_threshold: 5
        javascript:
  eslint:
    enabled: false
    channel: eslint-3
  fixme:
    enabled: false
  markdownlint:
    enabled: false
exclude_patterns:
- ".git/"
- "**.xml"
- "**.yaml"
- "**.yml"
- lib/metadata/linux/test/Packages
- lib/metadata/linux/test/tc_LinuxUtils.rb
- locale/
- spec/
- test/
- tools/
- tmp/
version: '2'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
manageiq-smartstate-0.9.0 .codeclimate.yml
manageiq-smartstate-0.8.1 .codeclimate.yml
manageiq-smartstate-0.8.0 .codeclimate.yml
manageiq-smartstate-0.7.0 .codeclimate.yml