zibios/wrike-php-guzzle

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
  duplication:
    enabled: true
    config:
      languages:
        php:
          mass_threshold: 100
  fixme:
    enabled: true
  phpmd:
    enabled: true
    config:
      file_extensions: "php"
      rulesets: "codesize.xml"
ratings:
  paths:
    - "**.php"
exclude_paths:
  - build/**/*
  - docs/**/*
  - tests/**/*
  - vendor/**/*