Completed
Push — master ( 363252...d57d62 )
by Radosław
16:27
created

Checkout Config

filter:
  paths:
    - src/
  dependency_paths:
    - vendor/
  excluded_paths:
    - src/bundle.php
build:
  nodes:
    analysis:
      tests:
        override:
          - phpcs-run --standard=psr2 src/

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:
        - 'tests/*'
        - 'bin/*'
checks:
    php: true
coding_style:
    php: {  }