Passed
Push — master ( a3b46f...abd2be )
by BENOIT
03:03 queued 48s
created

Checkout Config

build:
  environment:
    php: '7.4'
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run
          -
            command: ./vendor/bin/pest --coverage-clover build/logs/clover.xml
            coverage:
              file: build/logs/clover.xml
              format: clover

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

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