-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add typing to text reporter #5041
Add typing to text reporter #5041
Conversation
Because of the refactor of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First set of comments. There is some more work required to preserve backwards compatibility. Will leave some more comments for that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I never saw color working in pylint, so I wonder if this code is even working in the first place. It makes me want to add colorama to the dependency and refactor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To preserve backwards compatibility, these changes would be needed.
Does @cdce8p know anything about this? |
Needed to check myself as I only use the default output. The color output does seem to work when configured pylint --output-format colorized |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there. One last comment
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Thanks @DanielNoord π
@cdce8p Thanks for the review π |
I'm so sorry, while squashing I removed the co-author line. Will be more cautious in the future! |
Don't worry about it! I'm already happy that you squash merged it. |
Type of Changes
Description
Section of #4954