Completed
Push — master ( 53453c...e9b885 )
by Christopher
04:11
created

Checkout Config

tools:
  external_code_coverage:
    timeout: "1200"
  php_code_sniffer:
    config:
      standard: "PSR2"
  php_cpd: false
  php_cs_fixer:
      config: { level: psr2 }
  php_hhvm: true
  php_sim: true
  sensiolabs_security_checker: true

filter:
  excluded_paths:
    - tests/*

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

# language: php