seregazhuk/php-pinterest-bot

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
languages:
  PHP: true

engines:
  phpcodesniffer:
    enabled: true
  phpmd:
    enabled: true


ratings:
  paths:
  - src/**
  - "*.php"

exclude_paths:
- tests/**/*
- vendor/**/*