Skip to content

Print statistics how many files were checked in verbose. #8935

@matejsp

Description

Current problem

I am trying to fine tune pylint and when dealing with excludes I see that sometimes too many files were excluded and would like to compare with number of files in a project.

Desired solution

After pylint completed I would like to have printed something similar to black:

black .
2 files reformatted, 13493 files left unchanged.
pylint *.py **/*.py --verbose
...
13493 files checked.

Additional context

No response

Metadata

Assignees

Labels

Good first issueFriendly and approachable by new contributorsNeeds PRThis issue is accepted, sufficiently specified and now needs an implementationUsabilityIssues related to the usability/UX of pylint

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions