Completed
Branch master (6f5620)
by Anton
02:08
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:
    - vendor/
    - tests/
tools:
  external_code_coverage:
    timeout: 600
  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
  sensiolabs_security_checker: true