Skip to content

Make unmake output a consistent format #270

Description

@itaranto

Right now, the unmake command prints findings in three different ways:

  • <SEVERITY>: <FILE>: <LINE>:<COLUMN>: <MESSAGE>
  • <SEVERITY>: <FILE>: <LINE>: <MESSAGE>
  • <SEVERITY>: <FILE>: <MESSAGE>

This makes it hard to parse using regular expressions. This is particularly helpful for integrating unmake with text editors like Neovim.

Ideally the output should either always contain the line and column numbers, or at least provide a different format, like JSON.

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