-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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
Labels
No labels