Passed
Push — master ( 4679e4...4370a4 )
by Olivier
11:52
created

Checkout Config

build:
  nodes:
    analysis:
      tests:
        override:
        - php-scrutinizer-run
  image: default-bionic
  environment:
    php:
      version: "8.1"
filter:
  excluded_paths:
  - 'tests/*'

Repository Config

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
filter:
  excluded_paths:
  - 'tests/*'
checks:
  php: true
coding_style:
  php:
    indentation:
      general:
        use_tabs: true
build:
  nodes:
    analysis:
      tests:
        override:
        - php-scrutinizer-run