-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.phpcq.yaml.dist
More file actions
95 lines (88 loc) · 1.58 KB
/
.phpcq.yaml.dist
File metadata and controls
95 lines (88 loc) · 1.58 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
phpcq:
repositories:
- https://phpcq.github.io/repository/repository.json
directories:
- src
- tests
artifact: .phpcq/build
plugins:
phpunit:
version: ^1.0
signed: false
psalm:
version: ^1.0
signed: false
composer-require-checker:
version: ^1.0
signed: false
phpmd:
version: ^1.0
signed: false
phpcpd:
version: ^1.1.1
signed: false
phploc:
version: ^1.0
signed: false
phpcs:
version: ^1.0
signed: false
composer-normalize:
version: ^1.0
signed: false
trusted-keys:
# phpcq
- 6659B17090D6C5D3
# composer-require-checker
- 033E5F8D801A2F8D
# sb@sebastian-bergmann.de
- 4AA394086372C20A
# psalm
- 99BF4D9A33D65E1E
# magl@magll.net
- D2CCAC42F6295E7D
# PHP_CodeSniffer
- 97B02DD8E5071466
# Composer normalize
- C00543248C87FB13
# phpmd
- 9093F8B32E4815AA
tasks:
fix:
- composer-normalize
- phpcbf
verify:
- composer-require-checker
- composer-normalize
analyze:
- phploc
- phpcpd
- phpmd
- phpcs
- psalm
- phpunit
default:
- verify
- analyze
phpmd:
config:
ruleset:
- cleancode
- codesize
- controversial
- design
- naming
- unusedcode
composer-require-checker:
config:
config_file: '.composer-require-checker.json'
phpcs:
config: &phpcs-config
standard: PSR12
phpcbf:
plugin: phpcs
config:
<<: *phpcs-config
fix: true
phpcpd:
config: