File tree 1 file changed +31
-32
lines changed
tests/testutils/_primer/fixtures/batched
1 file changed +31
-32
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "astroid" : {
3
- "commit" : " 1234567890abcdef" ,
4
- "messages" : [
5
- {
6
- "type" : " info" ,
7
- "module" : " astroid" ,
8
- "obj" : " " ,
9
- "line" : 91 ,
10
- "column" : 0 ,
11
- "endLine" : null ,
12
- "endColumn" : null ,
13
- "path" : " tests/.pylint_primer_tests/pylint-dev/astroid/astroid/__init__.py" ,
14
- "symbol" : " locally-disabled" ,
15
- "message" : " Locally disabling redefined-builtin (W0622)" ,
16
- "message-id" : " I0011"
17
- },
18
- {
19
- "type" : " warning" ,
20
- "module" : " astroid" ,
21
- "obj" : " " ,
22
- "line" : 91 ,
23
- "column" : 0 ,
24
- "endLine" : null ,
25
- "endColumn" : null ,
26
- "path" : " tests/.pylint_primer_tests/pylint-dev/astroid/astroid/__init__.py" ,
27
- "symbol" : " unknown-option-value" ,
28
- "message" : " Unknown option value for 'disable', expected a valid pylint message and got 'Ellipsis'" ,
29
- "message-id" : " W0012"
30
- }
31
- ]
32
- }
2
+ "astroid" : {
3
+ "commit" : " 1234567890abcdef" ,
4
+ "messages" : [
5
+ {
6
+ "type" : " info" ,
7
+ "module" : " astroid" ,
8
+ "obj" : " " ,
9
+ "line" : 91 ,
10
+ "column" : 0 ,
11
+ "endLine" : null ,
12
+ "endColumn" : null ,
13
+ "path" : " tests/.pylint_primer_tests/pylint-dev/astroid/astroid/__init__.py" ,
14
+ "symbol" : " locally-disabled" ,
15
+ "message" : " Locally disabling redefined-builtin (W0622)" ,
16
+ "message-id" : " I0011"
17
+ },
18
+ {
19
+ "type" : " warning" ,
20
+ "module" : " astroid" ,
21
+ "obj" : " " ,
22
+ "line" : 91 ,
23
+ "column" : 0 ,
24
+ "endLine" : null ,
25
+ "endColumn" : null ,
26
+ "path" : " tests/.pylint_primer_tests/pylint-dev/astroid/astroid/__init__.py" ,
27
+ "symbol" : " unknown-option-value" ,
28
+ "message" : " Unknown option value for 'disable', expected a valid pylint message and got 'Ellipsis'" ,
29
+ "message-id" : " W0012"
30
+ }
31
+ ]
33
32
}
34
-
33
+ }
You can’t perform that action at this time.
0 commit comments