Passed
Pull Request — master (#9)
by ANTHONIUS
01:10
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    #- js-scrutinizer-run
filter:
    paths:
        - 'api/src'
    excluded_paths:
        - 'api/tests/*'
        - 'api/features/*'
checks:
    php: true
    #javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                negation: true