forked from cgoIT/contao-rate-it-bundle
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.phpcq.yaml.dist
More file actions
61 lines (52 loc) · 1.06 KB
/
.phpcq.yaml.dist
File metadata and controls
61 lines (52 loc) · 1.06 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
phpcq:
repositories:
- https://phpcq.github.io/repository/repository.json
directories:
- src
artifact: .phpcq/build
plugins:
composer-require-checker:
version: ^1.0
signed: false
phpcpd:
version: ^1.1
signed: false
phploc:
version: ^1.0
signed: false
composer-normalize:
version: ^1.0
signed: false
trusted-keys:
# composer-require-checker
- 033E5F8D801A2F8D
# sb@sebastian-bergmann.de
- 4AA394086372C20A
# magl@magll.net
- D2CCAC42F6295E7D
# Composer normalize
- C00543248C87FB13
tasks:
fix:
- composer-normalize-fix
verify:
- composer-require-checker
- composer-normalize
analyze:
- phploc
- phpcpd
default:
- verify
- analyze
composer-require-checker:
config:
config_file: '.composer-require-checker.json'
composer-normalize-fix:
plugin: composer-normalize
config:
dry_run: false
phpcpd:
config:
exclude:
- src/Rating/RatingService.php
- src/Frontend/RateItFrontend.php