Completed
Push — master ( 36ec9f...606772 )
by Karsten
01:54
created

Checkout Config

build:
  nodes:
    analysis:
      project_setup:
        override: true
      tests:
        override: [php-scrutinizer-run]

tools:
#  php_sim: true
#  php_pdepend: true
#  php_analyzer: true
  external_code_coverage:
    timeout: 600  # timeout in seconds : 10 minutes


filter:
  paths:
    - src/*
  excluded_paths:
    - tests/*

checks:
  php:
    code_rating: true
    duplication: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true