forked from TYPO3-coreapi/ext-coreapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scrutinizer.yml
49 lines (40 loc) · 1.11 KB
/
.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
filter:
excluded_paths:
- 'Resources/Public/vendor/*'
- 'Tests/*'
tools:
external_code_coverage:
timeout: 700
php_sim: true
php_code_sniffer:
enabled: true
command: phpcs -n
config:
standard: TYPO3CMS
php_cs_fixer: false
php_mess_detector:
enabled: true
config:
code_size_rules:
cyclomatic_complexity: true
npath_complexity: true
excessive_class_complexity: true
controversial_rules:
superglobals: false
php_pdepend: true
php_analyzer:
enabled: true
config:
basic_semantic_checks:
enabled: true
property_on_interface: true
missing_abstract_methods: true
deprecation_checks:
enabled: true
simplify_boolean_return:
enabled: true
metrics_lack_of_cohesion_methods:
enabled: true
dead_assignments:
enabled: true
sensiolabs_security_checker: true