Skip to content

feature request: allow for user-defined formatters #116

@otosky

Description

@otosky

Hi again!

Is there an appetite for allowing formatters to be defined by users, registered, and then discovered by the CLI?

I like the plain formatter, but find myself wanting to tweak the output to remove some things that I don't need (like project scores and model scores, etc - I'm only concerned with the rule violations) when running the lint command. As a workaround, I end up parsing the json-formatted output and running some extra script-y code to format the output (within a Github Action) the way I'd like, with some added niceties from rich that this application doesn't need to take on as a core dependency. It would be nice if I was able to hook in a custom formatter instead, though!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions