Passed
Push — master ( 62b54d...f274ef )
by Aleksandr
02:45
created

Checkout Config

imports:
- php

tools:
  php_sim: false
  php_cpd: false
  external_code_coverage:
    timeout: 600    # Timeout in seconds.
checks:
  php:
    code_rating: true
    duplication: true
build:
  nodes:
    analysis:
      tests:
        override:
        - php-scrutinizer-run

Repository Config

imports:
- php

tools:
  php_sim: false
  php_cpd: false
  external_code_coverage:
    timeout: 600    # Timeout in seconds.
checks:
  php:
    code_rating: true
    duplication: true
build:
  nodes:
    analysis:
      tests:
        override:
        - php-scrutinizer-run

Global Config

imports:
    - php

tools:
    php_sim: false
    php_cpd: false
checks:
    php:
        code_rating: true
        duplication: true
build: 
     nodes: 
         analysis: 
             tests: 
                 override: 
                     - php-scrutinizer-run