-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
Description
Add a cli option (--output-format) that changes how the review or guide is printed in the terminal.
Possible options:
pretty(default): current option that uses rich.plain: similar to the above one but without color nor rich shenanigans (useful for ci systems with no color support etc).json: useful for using lgtm output with another downstream tool (say, parsing the output and failing based on the score, etc.)
Reactions are currently unavailable