Completed
Push — develop ( 132228...3ba870 )
by Luca
02:45
created

Checkout Config

build:
  nodes:
    analysis:
      project_setup:
        override:
          - 'true'
      tests:
        override:
          - php-scrutinizer-run
          -
            command: phpcs-run
            use_website_config: true
checks:
  php: true
filter:
  excluded_paths:
    - "tests/"
    # Everything in a root level "tests" directory will be excluded
tools:
  external_code_coverage: true

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:
        spaces:
            around_operators:
                assignment: false
            within:
                brackets: true
filter: {  }