Print the filepaths of checked files when the verbose option is activated #9357
Labels
Enhancement ✨
Improvement to a component
Good first issue
Friendly and approachable by new contributors
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Milestone
1. Summary
It would be nice if Pylint would print the filepaths of the files it checked to the console. This can be implemented, for example, by adding:
--verbose
--print-filepaths
If requested behavior is already possible, please add to the documentation what needs to be done to get it.
2. Example of desired behavior
The same as implemented, for example, in pydocstyle:
3. Reasons why the feature is needed
ignore
,ignore-paths
andignore-patterns
correctly.4. Not helped
I couldn’t find how I can get the desired behavior in:
pylintrc
example on this repositoryThanks.
The text was updated successfully, but these errors were encountered: