for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# .scrutinizer.yml checks: php: true filter: excluded_paths: - tests/* - vendor/* paths: - src/* coding_style: php: indentation: general: use_tabs: false size: 4 switch: indent_case: true spaces: around_operators: concatenation: true
# language: php