Completed
Branch develop (09bad0)
by Дмитрий
06:39
created

Checkout Config

build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run
filter:
  paths: [src/*]
  excluded_paths: [vendor/*, tests/*]

checks:
  php: true
tools:
  php_mess_detector: true
  php_code_sniffer:
    config:
      standard: "PSR12" # Other Values: PSR2, PEAR, Zend, WordPress, Drupal, TYPO3CMS
  sensiolabs_security_checker: true
  php_code_coverage: true
  php_pdepend: true
  php_loc:
    enabled: true
    excluded_dirs: [vendor, tests]
  php_cpd:
    enabled: true
    excluded_dirs: [vendor, tests]
  external_code_coverage:
    timeout: 600

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
checks:
    php: true
coding_style:
    php: {  }
filter: {  }