In some cases one tool, or many tools report multiple issues for the same line. Currently, GopherCI posts multiple comments for the same line.
Should just be a matter of adjusting FilterComments or similar preprocessing step in or around
|
func (i *Installation) FilterIssues(ctx context.Context, owner, repo string, prNumber int, issues []db.Issue) (suppressed int, filtered []db.Issue, err error) { |

In some cases one tool, or many tools report multiple issues for the same line. Currently, GopherCI posts multiple comments for the same line.
Should just be a matter of adjusting FilterComments or similar preprocessing step in or around
gopherci/internal/github/installation.go
Line 108 in 90a6955