fatcode/http-server

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
  duplication:
    enabled: true
    config:
      languages:
        - php
  phpcodesniffer:
    enabled: true
    config:
      ignore_warnings: true
ratings:
  paths:
    - "src/**.php"
exclude_paths:
  - tests/
  - vendor/
  - examples/
  - src/Exceptions/
  - docs/