nbish11/FileInfo

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
    duplication:
        enabled: true
        config:
            languages:
                - php
    fixme:
        enabled: true
    phan:
        enabled: true
    phpcodesniffer:
        enabled: true
        config:
            standard: "PSR1,PSR2"
    phpmd:
        enabled: true

ratings:
    paths:
        - "**.php"
exclude_paths:
    - build/
    - tests/
    - vendor/