for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# language: build: nodes: tests: true analysis: tests: override: - command: phpcs-run use_website_config: true - php-scrutinizer-run checks: php: unused_variables: false unused_methods: true unreachable_code: true return_in_constructor: true