forked from benjaminkott/bootstrap_package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scrutinizer.yml
67 lines (55 loc) · 1.25 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# .scrutinizer.yml
build:
environment:
php: 7.2
dependencies:
before:
- 'composer require typo3/minimal="^9"'
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
checks:
php:
code_rating: true
remove_extra_empty_lines: true
remove_php_closing_tag: true
remove_trailing_whitespace: true
verify_property_names: true
verify_argument_usable_as_reference: true
tools:
external_code_coverage:
enabled: false
php_cpd:
enabled: true
php_cs_fixer:
enabled: true
config:
level: psr2
php_hhvm:
enabled: true
config:
use_undeclared_constant: false
php_mess_detector:
enabled: true
config:
controversial_rules:
superglobals: false
php_pdepend:
enabled: true
php_analyzer:
enabled: false
php_code_coverage:
enabled: false
php_code_sniffer:
config:
standard: PSR2
sensiolabs_security_checker:
enabled: true
filter:
dependency_paths:
- Contrib/
excluded_paths:
- ".build/"
- "Build/deploy.php"