checks: php: code_rating: true duplication: true build: tests: override: - command: 'phpunit --coverage-clover=coverage.clover' coverage: file: 'coverage.clover' format: 'php-clover' filter: excluded_paths: - tests/* coding_style: php: indentation: switch: indent_case: false
checks: php: true filter: { } coding_style: php: indentation: switch: indent_case: false build: true