Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit 0b853fd

Browse files
author
guillermo.fisher
committed
Added Scrutinizer-CI config.
1 parent 49c486e commit 0b853fd

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.scrutinizer.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
tools:
2+
external_code_coverage: true
3+
php_sim: true
4+
php_pdepend: true
5+
php_analyzer: true
6+
php_code_sniffer:
7+
config:
8+
standard: "PSR2"
9+
filter:
10+
excluded_paths:
11+
- 'reports/*'
12+
- 'tests/*'
13+
- 'vendor/*'
14+
build_failure_conditions:
15+
- 'issues.label("coding-style").exists'
16+
- 'project.metric("scrutinizer.quality", < 8)'
17+
- 'project.metric("scrutinizer.test_coverage", < 0.80)'

0 commit comments

Comments
 (0)