-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use permanent links in the primer comment (#7332)
- Loading branch information
1 parent
8e57fe1
commit d3b88c9
Showing
10 changed files
with
194 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 31 additions & 28 deletions
59
tests/testutils/_primer/fixtures/message_changed/main.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,33 @@ | ||
{ | ||
"astroid": [ | ||
{ | ||
"type": "info", | ||
"module": "astroid", | ||
"obj": "", | ||
"line": 91, | ||
"column": 0, | ||
"endLine": null, | ||
"endColumn": null, | ||
"path": "tests/.pylint_primer_tests/PyCQA/astroid/astroid/__init__.py", | ||
"symbol": "locally-disabled", | ||
"message": "Locally disabling redefined-builtin (W0622)", | ||
"message-id": "I0011" | ||
}, | ||
{ | ||
"type": "warning", | ||
"module": "astroid", | ||
"obj": "", | ||
"line": 91, | ||
"column": 0, | ||
"endLine": null, | ||
"endColumn": null, | ||
"path": "tests/.pylint_primer_tests/PyCQA/astroid/astroid/__init__.py", | ||
"symbol": "unknown-option-value", | ||
"message": "Unknown option value for 'disable', expected a valid pylint message and got 'Ellipsis'", | ||
"message-id": "W0012" | ||
} | ||
] | ||
"astroid": { | ||
"commit": "123456789abcdef", | ||
"messages": [ | ||
{ | ||
"type": "info", | ||
"module": "astroid", | ||
"obj": "", | ||
"line": 91, | ||
"column": 0, | ||
"endLine": null, | ||
"endColumn": null, | ||
"path": "tests/.pylint_primer_tests/PyCQA/astroid/astroid/__init__.py", | ||
"symbol": "locally-disabled", | ||
"message": "Locally disabling redefined-builtin (W0622)", | ||
"message-id": "I0011" | ||
}, | ||
{ | ||
"type": "warning", | ||
"module": "astroid", | ||
"obj": "", | ||
"line": 91, | ||
"column": 0, | ||
"endLine": null, | ||
"endColumn": null, | ||
"path": "tests/.pylint_primer_tests/PyCQA/astroid/astroid/__init__.py", | ||
"symbol": "unknown-option-value", | ||
"message": "Unknown option value for 'disable', expected a valid pylint message and got 'Ellipsis'", | ||
"message-id": "W0012" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,33 @@ | ||
{ | ||
"astroid": [ | ||
{ | ||
"type": "info", | ||
"module": "astroid", | ||
"obj": "", | ||
"line": 91, | ||
"column": 0, | ||
"endLine": null, | ||
"endColumn": null, | ||
"path": "tests/.pylint_primer_tests/PyCQA/astroid/astroid/__init__.py", | ||
"symbol": "locally-disabled", | ||
"message": "Locally disabling redefined-builtin [we added some text in the message] (W0622)", | ||
"message-id": "I0011" | ||
}, | ||
{ | ||
"type": "warning", | ||
"module": "astroid", | ||
"obj": "", | ||
"line": 91, | ||
"column": 0, | ||
"endLine": null, | ||
"endColumn": null, | ||
"path": "tests/.pylint_primer_tests/PyCQA/astroid/astroid/__init__.py", | ||
"symbol": "unknown-option-value", | ||
"message": "Unknown option value for 'disable', expected a valid pylint message and got 'Ellipsis'", | ||
"message-id": "W0012" | ||
} | ||
] | ||
"astroid": { | ||
"commit": "123456789abcdef", | ||
"messages": [ | ||
{ | ||
"type": "info", | ||
"module": "astroid", | ||
"obj": "", | ||
"line": 91, | ||
"column": 0, | ||
"endLine": null, | ||
"endColumn": null, | ||
"path": "tests/.pylint_primer_tests/PyCQA/astroid/astroid/__init__.py", | ||
"symbol": "locally-disabled", | ||
"message": "Locally disabling redefined-builtin [we added some text in the message] (W0622)", | ||
"message-id": "I0011" | ||
}, | ||
{ | ||
"type": "warning", | ||
"module": "astroid", | ||
"obj": "", | ||
"line": 91, | ||
"column": 0, | ||
"endLine": null, | ||
"endColumn": null, | ||
"path": "tests/.pylint_primer_tests/PyCQA/astroid/astroid/__init__.py", | ||
"symbol": "unknown-option-value", | ||
"message": "Unknown option value for 'disable', expected a valid pylint message and got 'Ellipsis'", | ||
"message-id": "W0012" | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.