Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

add support for grouping by message, not just filename #116

@sandrotosi

Description

@sandrotosi

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
    • msg1
    • msg2
    • msg3
  • fileB.py
    • msg3
  • fileC.py
    • msg2

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:

  • msg1
    • fileA.py
  • msg2
    • fileA.py
    • fileC.py
  • msg3
    • fileA.py
    • fileB.py

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions