condorrocks/condor

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
  csslint:
    enabled: true
  eslint:
    enabled: true
  fixme:
    enabled: true
  phpcodesniffer:
    enabled: true
  phpmd:
    enabled: true
    # ... CONFIG CONTENT ...
    checks:
      Naming/ShortMethodName:
        enabled: false
ratings:
  paths:
  - "**.css"
  - "**.js"
  - "**.jsx"
  - "**.php"
  - "**.module"
  - "**.inc"
exclude_paths:
- config/**/*
- tests/**/*
- vendor/**/*
- public/**/*
- database/migrations/*
- database/seeds/*
languages:
   Ruby: false
   JavaScript: true
   Python: false
   PHP: true