Passed
Push — master ( 3b2450...e56cfd )
by Tom
01:01
created

Checkout Config

filter:
  excluded_paths:
    - 'tests/*'

build:
  environment:
    php: '7.2.13'
  dependencies:
    override:
      - composer update --prefer-dist --no-suggest --no-interaction
  nodes:
    analysis:
      tests:
        override:
          - command: 'vendor/bin/phpinsights analyse ./ --format=checkstyle --no-interaction'
            analysis:
              file: 'analysis-phpinsights.xml'
              format: 'general-checkstyle'

Repository Config

# language: php