-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpr.json
More file actions
42 lines (42 loc) · 1.33 KB
/
pr.json
File metadata and controls
42 lines (42 loc) · 1.33 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
{
"astroid": {
"commit": "123456789abcdef",
"messages": [
{
"type": "convention",
"module": "astroid.node_classes",
"obj": "my_function",
"line": 105,
"column": 0,
"endLine": 105,
"endColumn": 15,
"path": "tests/.pylint_primer_tests/pylint-dev/astroid/astroid/node_classes.py",
"symbol": "too-complex",
"message": "'my_function' is too complex. The McCabe rating is 17",
"messageId": "R1260",
"confidence": "UNDEFINED",
"absolutePath": "tests/.pylint_primer_tests/pylint-dev/astroid/astroid/node_classes.py"
}
]
},
"astropy": {
"commit": "1fb40bc1f22f176254ef583065aa155f53f3b414",
"messages": [
{
"type": "info",
"module": "astropy.coordinates.angles.angle_parsetab",
"obj": "",
"line": 14,
"column": 0,
"endLine": null,
"endColumn": null,
"path": "tests/.pylint_primer_tests/astropy/astropy/astropy/coordinates/angles/angle_parsetab.py",
"symbol": "locally-disabled",
"message": "Locally disabling looping-through-iterator (W4801)",
"messageId": "I0011",
"confidence": "UNDEFINED",
"absolutePath": "tests/.pylint_primer_tests/astropy/astropy/astropy/coordinates/angles/angle_parsetab.py"
}
]
}
}