From 5cdbe12ef7ec1ee2d99c5430924aab23c0fea503 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 2 Jan 2026 15:15:21 +0100 Subject: all: remove unused nolint directives --- dashboard/app/reporting.go | 1 - 1 file changed, 1 deletion(-) (limited to 'dashboard/app/reporting.go') diff --git a/dashboard/app/reporting.go b/dashboard/app/reporting.go index c5e6ff1e3..61bee541d 100644 --- a/dashboard/app/reporting.go +++ b/dashboard/app/reporting.go @@ -475,7 +475,6 @@ func reproStr(level dashapi.ReproLevel) string { } } -// nolint: gocyclo func createBugReport(c context.Context, bug *Bug, crash *Crash, crashKey *db.Key, bugReporting *BugReporting, reporting *Reporting) (*dashapi.BugReport, error) { var job *Job -- cgit mrf-deployment