Passed
Push — master ( 64745c...3e25ae )
by Stefano
08:55 queued 06:43
created

Checkout Config

checks:
  php:
    custom_coding_standard:
      git_repository: 'https://github.com/cakephp/cakephp-codesniffer'
      ruleset_path: 'CakePHP/ruleset.xml'

filter:
  paths:
    - 'config/*'
    - 'src/*'
    - 'webroot/*'
  dependency_paths:
    - 'vendors/*'
    - 'webroot/js/jquery.min.js'
    - 'webroot/js/jquery.jsonview.js'

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    - js-scrutinizer-run
filter:
    excluded_paths:
        - 'tests/*'
        - '*.min.js'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true