Skip to content

Commit 0055131

Browse files
committed
Add Scrutinizer configuration
1 parent ddd47b0 commit 0055131

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.scrutinizer.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
filter:
2+
excluded_paths:
3+
- tests/*
4+
5+
checks:
6+
php:
7+
code_rating: true
8+
9+
tools:
10+
php_sim: true
11+
php_pdepend: true
12+
php_analyzer: true
13+
php_cpd: true
14+
php_cs_fixer: true
15+
php_loc: true
16+
php_code_sniffer:
17+
config:
18+
standard: "PSR2"
19+
php_mess_detector: true
20+
php_pdepend: true
21+
php_analyzer: true
22+
sensiolabs_security_checker: true
23+
php_changetracking: true
24+
external_code_coverage: true
25+

0 commit comments

Comments
 (0)