eidng8/sttbot

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  phpcodesniffer:
    enabled: true
    config:
      standard: PSR2
  fixme:
    enabled: true
  phpmd:
    enabled: true
    checks:
      CleanCode/StaticAccess:
        enabled: false
  duplication:
    enabled: true
    config:
      languages:
        - php
    exclude_paths:
      - tests/
  fixme:
    enabled: true
  phpmd:
    enabled: true
ratings:
  paths:
    - "**.php"
exclude_paths:
  - cache/
  - tests/data/
  - vendor/
  - www/