-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpr.json
More file actions
37 lines (37 loc) · 1.2 KB
/
pr.json
File metadata and controls
37 lines (37 loc) · 1.2 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
{
"astroid": {
"commit": "123456789abcdef",
"messages": [
{
"type": "convention",
"module": "astroid.node_classes",
"obj": "my_function",
"line": 103,
"column": 0,
"endLine": 103,
"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"
},
{
"type": "warning",
"module": "astroid",
"obj": "",
"line": 91,
"column": 0,
"endLine": null,
"endColumn": null,
"path": "tests/.pylint_primer_tests/pylint-dev/astroid/astroid/__init__.py",
"symbol": "unknown-option-value",
"message": "Unknown option value for 'disable', expected a valid pylint message and got 'Ellipsis'",
"messageId": "W0012",
"confidence": "UNDEFINED",
"absolutePath": "tests/.pylint_primer_tests/pylint-dev/astroid/astroid/__init__.py"
}
]
}
}