Passed
Push — master ( 05f644...4f98bc )
by guillaume
01:53 queued 16s
created

Repository Config

build:
    nodes:
        analysis:
            dependencies:
                after:
                    - composer require --dev squizlabs/php_codesniffer:3.*
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    - js-scrutinizer-run

        tests: true

    environment:
        mysql: 5.7
        php: 7.3
        
filter:
    paths:
        - 'app/*'
    excluded_paths:
        - 'app/views/*'
        - 'app/config/*'
        - 'app/database/*'
        - '*.min.js'
        - '*/vendor/*'
        - '*/dist/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                additive: false
                multiplicative: false