You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pylint calculates an evaluation score when linting. It would be nice if we would have the option to reveal the score. The score could per example be incorporated in the tab title, tab tooltip, or the file explorer next to the file name.
The text was updated successfully, but these errors were encountered:
This is something of a pylint problem, as it doesn't expose the score in any way other than unstructured text in the output. It really should support some reliable way to return the score programmatically.
We have been working on this and are planning the have a better json output in pylint 3.0. You're welcome to offer suggestions about the structure of the new output in the main repo!
Hi! Since this is a feature request and we are trying to prioritize issues more users care about Im going to give the community 60 days from now to provide 7 👍 upvotes on the opening comment to gauge general interest in this idea. If there's enough upvotes then we will consider this feature request in our future planning! If there's unfortunately not enough upvotes then we will close this issue.
Pylint calculates an evaluation score when linting. It would be nice if we would have the option to reveal the score. The score could per example be incorporated in the tab title, tab tooltip, or the file explorer next to the file name.
The text was updated successfully, but these errors were encountered: