Passed
Pull Request — master (#860)
by Roy
12:29 queued 06:01
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'deploy/tests/*'
        - 'deploy/templates/compiled/*'
        - 'bin/*'
        - 'deploy/www/js/jquery.min.map'
        - 'deploy/www/js/password_strength.min.js'
        - 'deploy/www/js/jquery.timeago.js'
checks:
    php:
        return_doc_comment_if_not_inferrable: true
        no_goto: true
        return_doc_comments: true
        parameter_doc_comments: true
        param_doc_comment_if_not_inferrable: true
        no_short_method_names:
            minimum: '3'
    javascript: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                shift: false
                concatenation: false
            other:
                after_type_cast: false
build:
    environment:
             node: '5.1.0'
    tests:
        override:
            -  jshint-run
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run