-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpylint_report.txt
85 lines (60 loc) · 2.57 KB
/
pylint_report.txt
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
Report
======
656 statements analysed.
Statistics by type
------------------
+---------+-------+-----------+-----------+------------+---------+
|type |number |old number |difference |%documented |%badname |
+=========+=======+===========+===========+============+=========+
|module |20 |32 |-12.00 |100.00 |0.00 |
+---------+-------+-----------+-----------+------------+---------+
|class |3 |9 |-6.00 |100.00 |0.00 |
+---------+-------+-----------+-----------+------------+---------+
|method |9 |33 |-24.00 |100.00 |0.00 |
+---------+-------+-----------+-----------+------------+---------+
|function |21 |31 |-10.00 |100.00 |0.00 |
+---------+-------+-----------+-----------+------------+---------+
1435 lines have been analyzed
Raw metrics
-----------
+----------+-------+------+---------+-----------+
|type |number |% |previous |difference |
+==========+=======+======+=========+===========+
|code |1015 |70.73 |1727 |-712.00 |
+----------+-------+------+---------+-----------+
|docstring |164 |11.43 |176 |-12.00 |
+----------+-------+------+---------+-----------+
|comment |16 |1.11 |20 |-4.00 |
+----------+-------+------+---------+-----------+
|empty |240 |16.72 |404 |-164.00 |
+----------+-------+------+---------+-----------+
Duplication
-----------
+-------------------------+------+---------+-----------+
| |now |previous |difference |
+=========================+======+=========+===========+
|nb duplicated lines |0 |0 |0 |
+-------------------------+------+---------+-----------+
|percent duplicated lines |0.000 |0.000 |= |
+-------------------------+------+---------+-----------+
Messages by category
--------------------
+-----------+-------+---------+-----------+
|type |number |previous |difference |
+===========+=======+=========+===========+
|convention |0 |154 |154 |
+-----------+-------+---------+-----------+
|refactor |0 |7 |7 |
+-----------+-------+---------+-----------+
|warning |0 |45 |45 |
+-----------+-------+---------+-----------+
|error |0 |0 |0 |
+-----------+-------+---------+-----------+
Messages
--------
+-----------+------------+
|message id |occurrences |
+===========+============+
-------------------------------------------------------------------
Your code has been rated at 10.00/10 (previous run: 8.05/10, +1.95)