Passed
Push — php8.3 ( 3b3590...1dc1e8 )
by Fabian
15:41 queued 40s
created

Checkout Config

imports:
  - php

build:
  environment:
    php: 8.2.1
  nodes:
    analysis:
      project_setup:
        override:
          - "true"
      tests:
        override:
          - php-scrutinizer-run
          - command: phpcs-run

filter:
  excluded_paths:
    - "tests/*"
    - "bin/*"

checks:
  php: true

coding_style:
  php:
    spaces:
      around_operators:
        concatenation: true

tools:
  php_cs_fixer: false
  external_code_coverage:
    timeout: 300

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    - js-scrutinizer-run
filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
tools:
    external_code_coverage: true