Passed
Push — main ( 03e511...be40a1 )
by smiley
10:58
created

Checkout Config

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

filter:
  excluded_paths:
    - config/*
    - tests/*
    - vendor/*
    - .github/*
    - .phan/*

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            within:
                brackets: true
            other:
                after_type_cast: false
filter: {  }