Completed
Push — master ( 3323b4...560235 )
by Anton
12s
created

Checkout Config

checks:
  php:
    psr2_switch_declaration: true
    psr2_class_declaration: true
    no_short_open_tag: true
    deprecated_code_usage: true
    code_rating: true
filter:
  excluded_paths:
    - tests/
tools:
  php_analyzer: true
  php_code_sniffer:
    config:
      standard: PSR2
  php_cpd:
      enabled: true
      excluded_dirs: [vendor, tests]
  php_loc:
      enabled: true
      excluded_dirs: [vendor, tests]
  php_mess_detector: true
  php_pdepend: true
  external_code_coverage:
    timeout: 600    # Timeout in seconds.