Sha256: dc1b5c800d0ae1f391dfcce34b26839432d7cf84fa1a4b116a9abef80bd40eb2

Contents?: true

Size: 1009 Bytes

Versions: 14

Compression:

Stored size: 1009 Bytes

Contents

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-1-56-3
  brakeman:
    enabled: false
  bundler-audit:
    enabled: false
  csslint:
    enabled: false
  duplication:
    enabled: true
    config:
      languages:
      - ruby
      - javascript
  eslint:
    enabled: false
    channel: eslint-3
  fixme:
    enabled: false
  markdownlint:
    enabled: false
exclude_patterns:
- ".git/"
- "**.xml"
- "**.yaml"
- "**.yml"
- locale/
- spec/
- tools/
version: '2'

Version data entries

14 entries across 14 versions & 5 rubygems

Version Path
manageiq-postgres_ha_admin-3.4.0 .codeclimate.yml
manageiq-appliance_console-10.0.1 .codeclimate.yml
manageiq-appliance_console-10.0.0 .codeclimate.yml
activerecord-id_regions-0.5.0 .codeclimate.yml
manageiq-messaging-1.5.0 .codeclimate.yml
inventory_refresh-2.2.0 .codeclimate.yml
manageiq-appliance_console-9.1.1 .codeclimate.yml
inventory_refresh-2.1.1 .codeclimate.yml
manageiq-appliance_console-9.1.0 .codeclimate.yml
manageiq-messaging-1.4.3 .codeclimate.yml
manageiq-messaging-1.4.2 .codeclimate.yml
manageiq-appliance_console-9.0.2 .codeclimate.yml
manageiq-appliance_console-9.0.1 .codeclimate.yml
manageiq-appliance_console-9.0.0 .codeclimate.yml