-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This improves upon the output of violations. It does so in a couple of ways. First it removes the inline suggestions - which become clutter for many results - in favor of recommending the use of `ades -explain` at the end of the human-readable report (also resolving the no-op of the `-suggestions` flag when `-json` is used). Second, it now groups the violations by the job in which they occur, reducing the amount of duplicated text in the output. Additionally this makes the order of the results in the human readable report deterministic, which is slightly nicer for humans because it is somewhat sensibly ordered, but notably resolves some flakiness in the tests. Signed-off-by: Eric Cornelissen <[email protected]>
- Loading branch information
1 parent
b2c9910
commit e77fef7
Showing
8 changed files
with
244 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.