Passed
Push — master ( 89971b...1a5c63 )
by Vince
01:47
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

filter:
  excluded_paths:
    - tests/*
  paths:
    - src/

tools:
    php_code_sniffer:
        enabled:              true
        command:              phpcs
        config:
            standard:         PSR2

    php_cs_fixer:
        enabled:              true
        config:
            level:            psr2

    php_mess_detector:
        enabled:              true
        command:              phpmd
        config:
            rulesets:
                - codesize
                - unusedcode
                - naming
                - design
                - controversial

    php_pdepend:
        enabled:              true
        command:              pdepend

    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
filter: {  }