Passed
Push — master ( 6c0cff...9e4890 )
by Anton
02:21 queued 12s
created

Checkout Config

build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run
checks:
  php:
    psr2_switch_declaration: true
    psr2_class_declaration: true
    no_short_open_tag: true
    deprecated_code_usage: true
    code_rating: true
filter:
  excluded_paths: [bin, docs, docker, data, tests, vendor]
tools:
  php_analyzer: true
  php_code_sniffer:
    config:
      standard: PSR2
  php_cpd:
    enabled: true
    excluded_dirs: [bin, docs, docker, data, tests, vendor]
  php_loc:
    enabled: true
    excluded_dirs: [bin, docs, docker, data, tests, vendor]
  php_mess_detector: true
  php_pdepend: 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
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            within:
                brackets: true