-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSPECTOR.json
71 lines (71 loc) · 1.81 KB
/
INSPECTOR.json
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
{
"gitinspector": {
"version": "0.5.0dev",
"repository": "sandbox",
"report_date": "2022/05/09",
"changes": {
"message": "The following historical commit information, by author, was found",
"authors": [
{
"name": "Jose vidal",
"email": "[email protected]",
"gravatar": "https://github.com/josemvidal.png?size=20",
"commits": 7,
"insertions": 12,
"deletions": 2,
"percentage_of_changes": 100.00
}]
},
"blame": {
"message": "Below are the number of rows from each author that have survived and are still intact in the current revision",
"authors": [
{
"name": "Jose vidal",
"email": "[email protected]",
"github": "josemvidal",
"rows": 6,
"stability": 50.0,
"age": 0.0,
"percentage_in_comments": 0.00
}]
},
"timeline": {
"message": "The following history timeline has been gathered from the repository",
"period_length": "week",
"periods": [
{
"name": "2022W12",
"authors": [
{
"name": "Jose vidal",
"email": "[email protected]",
"gravatar": "https://github.com/josemvidal.png?size=20",
"work": "---++++++++++++++++++++"
}],
"modified_rows": 14
}]
},
"metrics": {
"message": "No metrics violations were found in the repository"
},
"responsibilities": {
"message": "The following responsibilities, by author, were found in the current revision of the repository (comments are excluded from the line count, if possible)",
"authors": [
{
"name": "Jose vidal",
"email": "[email protected]",
"gravatar": "https://github.com/josemvidal.png?size=20",
"files": [
{
"name": "README.md",
"rows": 6
}]
}]
},
"extensions": {
"message": "The extensions below were found in the repository history",
"used": [ "md" ],
"unused": [ "code-workspace", "yml" ]
}
}
}