File tree Expand file tree Collapse file tree 3 files changed +69
-0
lines changed
tests/testutils/_primer/fixtures/removed_message Expand file tree Collapse file tree 3 files changed +69
-0
lines changed Original file line number Diff line number Diff line change 1+ 🤖 **Effect of this PR on checked open source code:** 🤖
2+
3+
4+
5+ **Effect on [astroid](https://github.com/pylint-dev/astroid):**
6+ The following messages are no longer emitted:
7+
8+ <details>
9+
10+ 1) unknown-option-value:
11+ *Unknown option value for 'disable', expected a valid pylint message and got 'Ellipsis'*
12+ https://github.com/pylint-dev/astroid/blob/123456789abcdef/astroid/__init__.py#L91
13+
14+ </details>
15+
16+ *This comment was generated for commit v2.14.2*
Original file line number Diff line number Diff line change 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+ }
33+ }
Original file line number Diff line number Diff line change 1+ {
2+ "astroid" : {
3+ "commit" : " 123456789abcdef" ,
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+ }
20+ }
You can’t perform that action at this time.
0 commit comments