-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpanaly.dist.yaml
46 lines (43 loc) · 1003 Bytes
/
panaly.dist.yaml
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
plugins:
DZunke\PanalyFiles\FilesPlugin: ~
DZunke\PanalyJsonTimelineStorage\JsonTimelineStoragePlugin: ~
DZunke\PanalySymfonyDump\SymfonyDumpPlugin: ~
DZunke\PanalyMarkdownReport\MarkdownPlugin: ~
groups:
filesystem:
title: "Filesystem Metrics"
metrics:
file_count:
title: All Project Files
paths:
- src
- tests
directory_count:
title: Test Directories
paths:
- tests
file_count_php:
title: PHP Files
metric: file_count
paths:
- src
- tests
names:
- "*.php"
largest_php_files:
title: Largest PHP Files
metric: largest_files
amount: 5
paths:
- src
- tests
names:
- "*.php"
storage:
json-timeline-storage:
directory: "./tmp/panaly-timeline-storage"
dateFormat: "Y-m-d"
reporting:
symfony_dump: ~
markdown:
targetFile: "./tmp/my-markdown-report.md"