Skip to content

Commit f005ff3

Browse files
authored
Update .scrutinizer.yml
1 parent fc5e3d9 commit f005ff3

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

.scrutinizer.yml

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
1-
inherit: true
1+
filter:
2+
excluded_paths:
3+
- 'vendor/*'
24

35
tools:
4-
external_code_coverage: true
5-
php_code_sniffer: true
6+
php_mess_detector:
7+
config:
8+
controversial_rules: { superglobals: false }
69
php_cpd: true
10+
php_pdepend: true
11+
php_code_coverage: false
12+
php_code_sniffer: true
713
php_cs_fixer: true
814
php_loc: true
9-
php_mess_detector: true
10-
php_pdepend: true
1115
php_analyzer: true
1216
sensiolabs_security_checker: true
17+
external_code_coverage:
18+
timeout: '900'
1319

14-
filter:
15-
excluded_paths:
16-
- 'vendor/*'
20+
checks:
21+
php:
22+
psr2_class_declaration: false
23+
psr2_switch_declaration: false
24+
sql_injection_vulnerabilities: true
25+
security_vulnerabilities: true
26+
no_eval: true
27+
code_rating: true
28+
duplication: true

0 commit comments

Comments
 (0)