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'
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