MontealegreLuis/php-testing-tools

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  csslint:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
      - javascript
      - php
  fixme:
    enabled: true
  phpmd:
    enabled: true
  phpcodesniffer:
    enabled: true
    config:
      standard: "PSR2"
ratings:
  paths:
  - "**.css"
  - "**.js"
  - "**.php"
exclude_paths:
  - "**/vendor"
  - "**/tests"
  - "**/bootstrap.php"
  - "**/rector.php"
  - "**/setup.php"
  - "**/annotations.php"
  - "**/index.php"