Completed
Push — master ( 0104dc...8aa9fe )
by Warnar
07:14
created

Checkout Config

inherit: true
tools:
  external_code_coverage:
    timeout: 1200
checks:
  php:
    code_rating: true
    duplication: true
filter:
  paths: [src/*]

Repository Config

before_commands:
    - 'composer install --dev --prefer-source'
tools:
    external_code_coverage: true
    php_sim: true
    php_pdepend: true
    php_analyzer: true
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_pdepend: true
    php_loc:
        enabled: true
        excluded_dirs: [vendor, tests]
    php_cpd:
        enabled: true
        excluded_dirs: [vendor, tests]
filter:
    excluded_paths:
        - 'tests/*'
        - 'doc/*'
        - 'vendor/*'