Completed
Branch github-actions (e99d0f)
by Torben
44:22
created

Checkout Config

filter:
    excluded_paths:
        - 'Documentation/*'
        - 'Tests/*'
    paths:
        - 'Classes/*'
tools:

    external_code_coverage:
        timeout: 2400
        runs: 7

    php_cpd:
        enabled: true

    php_code_sniffer:
        enabled: true
        config:
            standard: PSR2

    php_cs_fixer:
        enabled: true

    php_hhvm:
        enabled: false
        config:
            use_undeclared_constant:  false

    php_mess_detector:
        enabled: true
        config:
            controversial_rules:
                superglobals: false

    php_pdepend:
        enabled: true

    php_analyzer:
        enabled: true

    sensiolabs_security_checker: true

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
filter: {  }