Skip to content

Commit 80375a1

Browse files
committed
addign scrutinizer
1 parent e0b878d commit 80375a1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.scrutinizer.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
tools:
2+
php_mess_detector: true
3+
php_code_sniffer: true
4+
sensiolabs_security_checker: true
5+
php_cpd: true
6+
php_loc: true
7+
php_pdepend: true
8+
external_code_coverage:
9+
timeout: 1500 #15 min
10+
filter:
11+
paths:
12+
- lib/*

0 commit comments

Comments
 (0)