Print statistics how many files were checked in verbose. #8935
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