filter:
    excluded_paths:
        - 'bin/*'
        - 'test/*'
checks:
    php: true
tools:
    php_code_sniffer:
        config:
            standard: "PSR2"
                    filter:
    excluded_paths:
        - 'bin/*'
        - 'test/*'
checks:
    php: true
tools:
    {  }
coding_style:
    php: {  }
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true