efureev/u.php

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
JavaScript: false
Ruby: false
Python: false
PHP: true

engines:
  duplication:
    enabled: true
    config:
      languages:
      - php
  phpcodesniffer:
    enabled: true
  phpmd:
    enabled: true
    checks:
      CleanCode/ElseExpression:
        enabled: false
      Controversial/Superglobals:
        enabled: false
ratings:
  paths:
  - src/**

exclude_paths:
- build/**/*
- tests/*
- vendor/**/*
- uPhp/**/*