Completed
Pull Request — master (#457)
by Anton
11:41
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