Passed
Push — hans/under-scrutiny ( 19d2f3...60bebb )
by Simon
01:16
created

Checkout Config

checks:
  php: true

build:
  image: default-jammy
  environment:
    php: 8.1.2
  dependencies:
    before:
      - composer  config --no-plugins allow-plugins.composer/installers true
  nodes:
    analysis:
      tests:
        override: [ php-scrutinizer-run ]
      cache:
        directories:
          - vendor/
filter:
  paths: [ "src/*" ]

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/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
                concatenation: true
            other:
                after_type_cast: false