Completed
Push — master ( ed55c9...3c3c4c )
by Grant
09:24
created

Checkout Config

# Talent Cloud
# .scrutinizer.yml

build:
    environment:
        php:
            version: 5.6

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

tools:
    # external_code_coverage: true
    js_hint:
        filter:
            excluded_paths: ['*/tests/*','*/vendor/*']
    php_mess_detector:
        filter:
            excluded_paths: ['*/tests/*','*/vendor/*']
    sensiolabs_security_checker: true
    php_pdepend:
        excluded_dirs:
            - tests
            - vendor
    # external_code_coverage:
    #     timeout: '777'
    php_hhvm: true

    # PHP Similarity Analyzer and Copy/paste Detector cannot be used at
    # the same time right now. Make sure to either remove, or disable one.
    php_sim: true
    php_cpd: false

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    - js-scrutinizer-run
        tests: true
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
                multiplicative: false
                concatenation: true
            before_keywords:
                else: false
filter: {  }