for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
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/*'
# language: php