Remove duplicate issue reporting by Danger

This commit is contained in:
Jorge Martín
2023-06-01 07:35:20 +02:00
parent 36d372e1eb
commit 3f65200ba0

View File

@@ -26,4 +26,9 @@ schedule(reporter.scan({
* This can be useful if there are multiple reports being parsed to make them distinguishable.
*/
// outputPrefix?: ""
/**
* Optional: If set to true, it will remove duplicate violations.
*/
removeDuplicates: true,
}))