Completed
Branch debug-scrutinizer (aaaf11)
by Rahul
03:31
created

Repository Config

build:
    environment:
        php: 7.2.13
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    - js-scrutinizer-run
            dependencies:
                before:
                    - composer require --dev johnpbloch/wordpress
                    - composer require --dev cmb2/cmb2
        tests: true
filter:
    dependency_paths:
        - wordpress/
        - cmb2/
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
checks:
    php:
        overriding_parameter: false
    javascript: true

coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true
                negation: true