filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: indentation: general: use_tabs: true spaces: around_operators: additive: false multiplicative: false before_keywords: while: false build: tests: override: - command: 'phpunit --coverage-clover=cc' coverage: file: 'cc' format: 'clover'