open-orchestra/open-orchestra-cms-bundle

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  duplication:
    enabled: true
    config:
      languages:
      - php
  phpcodesniffer:
    enabled: true
    config:
      standard: PSR1,PSR2
  phpmd:
    enabled: true
    config:
      file_extensions:
      - php
      - inc
  phan:
    enabled: true
    config:
      file_extensions: php
ratings:
  paths:
  - "**.php"
exclude_paths:
  - "vendor/*"