-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathcheckstyle.xml
More file actions
61 lines (41 loc) · 864 Bytes
/
Copy pathcheckstyle.xml
File metadata and controls
61 lines (41 loc) · 864 Bytes
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
<?xml version="1.0" encoding="UTF-8" ?>
<checkstyle>
<file name="lib/directives/amDateFormat.js">
<error
line="4"
severity="warning"
message="Cyclomatic: 4,
Halstead: 12.071
| Effort: 2984.7
| Volume: 247.25
| Vocabulary: 27"
source="<anonymous>"
/>
</file>
<file name="lib/filters/amTimeAgo.js">
<error
line="20"
severity="warning"
message="Cyclomatic: 5,
Halstead: 7.7143
| Effort: 2611.9
| Volume: 338.58
| Vocabulary: 30"
source="updateTime"
/>
<error
line="59"
severity="warning"
message="Cyclomatic: 4,
Halstead: 4.5000
| Effort: 600.47
| Volume: 133.44
| Vocabulary: 18"
source="<anonymous>"
/>
</file>
<file name="lib/index.js">
</file>
<file name="lib/services/moment.js">
</file>
</checkstyle>