Completed
Push — master ( 835f03...086f4e )
by coExp
04:03 queued 02:06
created

Checkout Config

build: true
inherit: true

tools:
  external_code_coverage: false
  php_code_sniffer: true
  php_cpd: true
  php_cs_fixer: true
  php_loc: true
  php_mess_detector: true
  php_pdepend: true
  php_analyzer: true
  sensiolabs_security_checker: true

filter:
  excluded_paths:
    - 'vendor/*'
    - 'var/*'

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true