Remove duplicate issue reporting by Danger
This commit is contained in:
parent
36d372e1eb
commit
3f65200ba0
1 changed files with 5 additions and 0 deletions
|
|
@ -26,4 +26,9 @@ schedule(reporter.scan({
|
||||||
* This can be useful if there are multiple reports being parsed to make them distinguishable.
|
* This can be useful if there are multiple reports being parsed to make them distinguishable.
|
||||||
*/
|
*/
|
||||||
// outputPrefix?: ""
|
// outputPrefix?: ""
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Optional: If set to true, it will remove duplicate violations.
|
||||||
|
*/
|
||||||
|
removeDuplicates: true,
|
||||||
}))
|
}))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue