Passed
Push — master ( d186bd...35d7a3 )
by Jean-Christophe
05:51
created

Checkout Config

build:
  nodes:
    analysis:
      dependencies:
        before:
          - composer require phpmv/ubiquity
      environment:
        php:
          version: 7.4
      tests:
        override:
          - php-scrutinizer-run

filter:
    paths: ["src/Ubiquity/*"]
    excluded_paths:

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

# language: php