Merge pull request #501 from vector-im/misc/jme/remove-duplicate-danger-reports

Remove duplicate issue reporting by Danger
This commit is contained in:
Jorge Martin Espinosa 2023-06-01 12:15:37 +02:00 committed by GitHub
commit b040953d7b

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