blob: b175899402cdbe36d088f5a4317f0b0cbb5d47cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
filter:
paths: [lib/*]
excluded_paths: [tests/*, vendor/*, build/*, tools/*, docs/*]
checks:
php:
code_rating: true
tools:
php_analyzer:
enabled: true
extensions:
- php
external_code_coverage:
timeout: 1200
runs: 1
php_code_coverage: false
php_code_sniffer:
config:
standard: PSR2
filter:
paths: ['lib']
php_loc:
enabled: true
excluded_dirs: [vendor, spec]
sensiolabs_security_checker:
enabled: true
|