Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Provide Pylint score #41

@arturbacu

Description

@arturbacu

Is your feature request related to a problem? Please describe.
No, this is just a feature request for something which is in the CLI version of pylint but doesn't seem tobe in this plugin.

Describe the solution you'd like
When using Pylint from the CLI, it provides a score out of 10.0 for your code. This provides a nice, quick way to gauge improvements in the code before drilling down to the individual errors/warnings/refactoring/etc. Would it be possible to provide this information through this PyCharm plugin as well?

Describe alternatives you've considered
The only alternative currently would be run the Pylint plugin in PyCharm then separately run the CLI tool to get the score.

Additional context
For example, in one CLI run of pylint, after the list of issues it found, it reports:
Your code has been rated at 9.86/10 (previous run: 9.86/10, +0.00)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions