Completed
Push — master ( 5902bb...7cf6be )
by Markus
03:18 queued 02:02
created

Checkout Config

filter:
  excluded_paths:
    - tests/*

tools:
  php_cs_fixer: true
  php_code_sniffer:
    config:
      standard: PSR2
  php_mess_detector: true
  php_analyzer: true
  sensiolabs_security_checker: true
  external_code_coverage:
    timeout: 300
    runs: 1

checks:
  php:
    code_rating: true
    duplication: true