Is your feature request related to a problem? Please describe.
when first introducing pylint on an established codebase, it will produce several messages, and currently the pycharm plugin groups them by file, f.e.:
- fileA.py
- fileB.py
- fileC.py
Describe the solution you'd like
but when tackling several different types of messages, sometimes it would be more convenient if the output is organized like:
the reason being that a certain message most likely have a similar resolution among different files
Describe alternatives you've considered
none
Additional context
none