-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Labels
Good first issueFriendly and approachable by new contributorsFriendly and approachable by new contributorsNeeds PRThis issue is accepted, sufficiently specified and now needs an implementationThis issue is accepted, sufficiently specified and now needs an implementationUsabilityIssues related to the usability/UX of pylintIssues related to the usability/UX of pylint
Milestone
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
jacobtylerwalls and Kristinita
Metadata
Metadata
Assignees
Labels
Good first issueFriendly and approachable by new contributorsFriendly and approachable by new contributorsNeeds PRThis issue is accepted, sufficiently specified and now needs an implementationThis issue is accepted, sufficiently specified and now needs an implementationUsabilityIssues related to the usability/UX of pylintIssues related to the usability/UX of pylint