Remove duplicate issue reporting by Danger

This commit is contained in:
Jorge Martín 2023-06-01 07:35:20 +02:00
parent 473bfd1e23
commit 9efbe52c0d

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,
}))