Completed
Push — master ( 2bc675...57f161 )
by archer
15:01
created

Checkout Config

tools:
  php_mess_detector: true
  php_code_sniffer: true
  sensiolabs_security_checker: true
  php_pdepend: true
  php_loc:
    enabled: true
    excluded_dirs: [vendor, Test]
filter:
  excluded_paths:
    - 'Test/*'
build:
  environment:
    php:
      version: 7.1.0
  tests:
    override:
      -
        command: phpunit --coverage-clover=translug-coverage-file
        coverage:
          file: translug-coverage-file
          format: clover

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:
        - 'vendor/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false