for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
tools: php_sim: true php_pdepend: true php_analyzer: true external_code_coverage: timeout: 600 # Timeout in seconds. filter: excluded_paths: - 'tests/*' - 'assets/*' checks: php: code_rating: true duplication: false
# language: php # tests: true