Asymptix/Framework

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  duplication:
    enabled: true
    config:
      languages:
        - javascript
        - php
  fixme:
    enabled: true
  phpmd:
    enabled: true
  duplication:
    enabled: true
  #phpcodesniffer:
  #  enabled: true
  #phan:)
  #  enabled: true
  #  config:
  #    file_extensions: "php"
ratings:
  paths:
    - "**.php"
    - "**.js"
exclude_paths:
  - tests/
  - docs/