Passed
Push — master ( e5c614...6595be )
by Siad
13:10
created

Checkout Config

tools:
  external_code_coverage:
    timeout: 1200

filter:
  paths: ["classes/*", "test/classes/*", "test/bootstrap.php"]
  dependency_paths:
    - "vendor/"

checks:
  php:
    duplication: false

build:
  environment:
    php:
      version: '7.3'
  nodes:
    analysis:
      tests:
        override:
          - 'php-scrutinizer-run --enable-security-analysis'
    tests:
      tests:
        override:
          - 'git config --global user.email "[email protected]" && git config --global user.name "Phing Scrutinizer Builder" && cd test && ../bin/phing'

Repository Config

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