Skip to content

Commit c87112d

Browse files
committed
Enable new Scrutinizer analysis
1 parent 919c104 commit c87112d

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

.scrutinizer.yml

+19-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1+
build:
2+
nodes:
3+
analysis:
4+
tests:
5+
override:
6+
- php-scrutinizer-run
17
filter:
2-
paths: ["src/*"]
8+
paths: ["src/*"]
39
tools:
4-
external_code_coverage: true
5-
php_code_coverage: true
6-
php_sim: true
7-
php_mess_detector: true
8-
php_pdepend: true
9-
php_analyzer: true
10-
php_cpd: true
11-
php_cs_fixer:
12-
config: { level: psr2 }
13-
php_code_sniffer:
14-
config:
15-
standard: "PSR2"
10+
external_code_coverage: true
11+
php_code_coverage: true
12+
php_sim: true
13+
php_mess_detector: true
14+
php_pdepend: true
15+
php_analyzer: true
16+
php_cpd: true
17+
php_cs_fixer:
18+
config: { level: psr2 }
19+
php_code_sniffer:
20+
config:
21+
standard: "PSR2"

0 commit comments

Comments
 (0)