Completed
Push — develop ( b278ad...8925e2 )
by Fabian
15s queued 15s
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