generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 191
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
When using Guard as part of a CI/CD pipeline, I would like to use my current reporting tool to track rule failures and success over time and use my tools integrations (ie links to files and lines) to easily navigate through source code
Describe the solution you'd like
There are multiple popular report file outputs (CodeBuild supports 6 different ones), picking one or two from that list and adding a --report option would be great.
Additional context
I don't think this should replace the current output formats (I might want single-line output for my build log in addition to the report). A --output none option might be useful, but > /dev/null would work in a lot of environments too.
polothy, kkumler, PatMyron, SamPlatek, zBart and 1 more