Passed
Push — master ( 3973e0...adb721 )
by Bartko
30:33
created

Global Config

filter:
    excluded_paths:
        - 'vendor/*'
        - 'app/*'
        - 'web/*'
        - 'examples/*'
        - 'doc/*'
tools:
    php_mess_detector: true
    php_cpd:
        excluded_dirs:
            - vendor
    php_loc:
        excluded_dirs:
            - vendor
    php_pdepend: true
    external_code_coverage:
        timeout: '1800'
    sensiolabs_security_checker: true
checks:
    php:
        code_rating: true
        duplication: true
build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run