-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add a new JsonReporter with all the messages information that will replace the current one in 3.0 #7087
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Pierre-Sassoulas
wants to merge
1
commit into
pylint-dev:main
from
Pierre-Sassoulas:add-new-json-reporter
Closed
Add a new JsonReporter with all the messages information that will replace the current one in 3.0 #7087
Pierre-Sassoulas
wants to merge
1
commit into
pylint-dev:main
from
Pierre-Sassoulas:add-new-json-reporter
Conversation
This file contains hidden or 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 comment has been minimized.
This comment has been minimized.
3622ee4
to
cb47135
Compare
This comment has been minimized.
This comment has been minimized.
Just some notes
|
cb47135
to
0013d46
Compare
This comment has been minimized.
This comment has been minimized.
0013d46
to
47bb0bb
Compare
47bb0bb
to
80ef860
Compare
This comment has been minimized.
This comment has been minimized.
80ef860
to
885a129
Compare
This comment has been minimized.
This comment has been minimized.
885a129
to
accf763
Compare
Superseded by #8929. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Enhancement ✨
Improvement to a component
Maintenance
Discussion or action around maintaining pylint or the dev workflow
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Type of Changes
Description
Follow-up to #7077. We need to handle deprecation / suggest to use this reporter to get ready for 3.0 and implement the breaking changes too, but let's first discuss the reporter design.
Closes #3504