Skip to content

Commit b7d4091

Browse files
committed
Update scrutinizer config
1 parent e355080 commit b7d4091

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.scrutinizer.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
tools:
2+
php_code_sniffer:
3+
config:
4+
standard: PSR2
5+
external_code_coverage:
6+
timeout: 3600
7+
18
filter:
29
paths:
310
- 'src/*'
411
- 'tests/*'
512

6-
tools:
7-
php_code_sniffer:
8-
config:
9-
standard: PSR2
13+
build_failure_conditions:
14+
- 'issues.label("coding-style").exists'

0 commit comments

Comments
 (0)