jfx/ci-report

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
exclude_paths:
 - "/tests/*"
 - "/var/*"
 - "/vendor/*"
 - "/web/*"
 - "/src/AppBundle/DataFixtures/*"
engines:
  phpmd:
    enabled: true
    config:
      file_extensions: "php"
      rulesets: "standards/ruleset-pmd.xml"
  phpcodesniffer:
    enabled: true
    config:
      file_extensions: "php"
      standard: "PSR1,PSR2"
ratings:
  paths:
  - "**.php"