Passed
Branch master (e2bb5e)
by Mr
06:50
created

Checkout Config

build:
  environment:
    php:
      version: 7.4.7
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run
  tests:
    override:
      - command: 'vendor/bin/phpunit --coverage-clover=coverage.xml'
        coverage:
          file: 'coverage.xml'
          format: 'php-clover'

filter:
  excluded_paths:
    - ".github/"
    - "examples/"
    - "tests/"
    - "vendor/"
    - "configs/"

Repository Config

# language: php
checks:
   php:
      excluded_dependencies:
        - limedeck/phpunit-detailed-printer
        - orchestra/testbench
        - phpunit/phpunit
        - roave/security-advisories
        - phpstan/phpstan
        - phpstan/phpstan-strict-rules
        - thecodingmachine/phpstan-strict-rules
        - ergebnis/phpstan-rules
        - friendsofphp/php-cs-fixer
        - hamcrest/hamcrest-php
        - laravel/framework
        - mockery/mockery
        - monolog/monolog
        - orchestra/testbench-core
        - phpdocumentor/reflection-docblock
        - phpspec/prophecy
        - ramsey/collection
        - ramsey/uuid
        - symfony/event-dispatcher
        - symfony/http-kernel
        - symfony/routing
        - webmozart/assert
        - symfony/translation