crowbar/crowbar-ceph

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  eslint:
    enabled: true
  csslint:
    enabled: true
  scss-lint:
    enabled: true

ratings:
  paths:
    - crowbar_framework/**/*
    - chef/**/*
    - lib/**/*
    - bin/**/*

exclude_paths:
  - spec/**/*
  - vendor/**/*