elazar/phantestic

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  phpcodesniffer:
    enabled: true
    config: 
      file_extensions: "php"
  phpmd:
    enabled: true
ratings:
  paths:
  - "src/**"
  - "tests/**"