Completed
Push — develop ( 4ac947...b278ad )
by Fabian
13s queued 12s
created

Checkout Config

imports:
    - php

filter:
    paths:
        - src/*

checks:
    php: true

tools:
    php_code_sniffer:
        config:
            standard: PSR2
    php_sim: true
    php_cpd: true
    php_loc: true
    php_hhvm: false
    php_mess_detector: true
    php_pdepend: true
    php_analyzer: true
    sensiolabs_security_checker: true
    php_changetracking: true
    external_code_coverage:
        runs: 2
        timeout: 120

build:
  environment:
    php: 7.3.0
  nodes:
    analysis:
      tests:
        override:
          # Add the respective Scrutinizer analysis for your language like
          - php-scrutinizer-run