Passed
Push — master ( 4ed036...3e69ff )
by Tomáš
10:14
created

Repository Config

build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run

filter:
    excluded_paths:
        - 'tests/*'
        - 'examples/*'

checks:
    php:
        code_rating: true
        duplication: true

coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            before_parentheses:
                closure_definition: true

tools:
    external_code_coverage:
        timeout: 300