Passed
Pull Request — master (#272)
by
unknown
06:50
created

Checkout Config

filter:
  excluded_paths:
    - 'tests/*'
    - 'src/API/Type/*'
    - 'src/API/Message/*'
    - 'src/Generator/*'
    - 'examples/*'
tools:
  external_code_coverage: true
checks:
  php:
    code_rating: true
    duplication: true
coding_style:
  php:
    indentation:
      general:
        size: 1

build:
  environment:
    php: 8.3.1
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'src/API/Type/*'
        - 'src/API/Message/*'
        - 'src/Generator/*'
        - 'examples/*'
tools:
    external_code_coverage: true
checks:
    php: 
        code_rating: true
        duplication: true
coding_style:
    php:
        indentation:
            general:
                size: 1
                
build:
    environment:
        php: 8.3.10
    nodes:
        analysis:
          tests:
            override:
              - php-scrutinizer-run