-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scrutinizer.yml
31 lines (23 loc) · 1023 Bytes
/
.scrutinizer.yml
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
26
27
28
29
30
31
filter:
excluded_paths: [ "vendor/*", ".dev/*", "Factories/*", "Source/Constraint/Library/*" ]
tools:
# https://scrutinizer-ci.com/docs/tools/external-code-coverage/
external_code_coverage: true
# https://scrutinizer-ci.com/docs/tools/php/php-analyzer/
php_analyzer: true
# https://scrutinizer-ci.com/docs/tools/php/change-tracking-analyzer/
php_changetracking: false
# https://scrutinizer-ci.com/docs/tools/php/code-sniffer/
php_code_sniffer:
config:
standard: "PSR2"
filter:
excluded_paths: [ "vendor/*", ".dev/*", "Factories/*", "Source/Constraint/Library/*" ]
# https://scrutinizer-ci.com/docs/tools/php/mess-detector/
php_mess_detector: true
# https://scrutinizer-ci.com/docs/tools/php/pdepend/
php_pdepend: true
# https://scrutinizer-ci.com/docs/tools/php/code-similarity-analyzer/
php_sim: true
# https://scrutinizer-ci.com/docs/tools/php/security-advisory-checker/
sensiolabs_security_checker: true