Firesphere/silverstripe-haveibeenpwnd

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
version: 2
plugins:
  duplication:
    enabled: true
    config:
      languages:
      - php
  phpcodesniffer:
    enabled: true
  fixme:
    enabled: true
  phpmd:
    enabled: true
  sonar-php:
    enabled: true
exclude_patterns:
  - docs/*
  - tests/*