diff options
Diffstat (limited to 'dashboard/app/reporting.go')
| -rw-r--r-- | dashboard/app/reporting.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/app/reporting.go b/dashboard/app/reporting.go index 6171ad487..b73bab8ac 100644 --- a/dashboard/app/reporting.go +++ b/dashboard/app/reporting.go @@ -1052,6 +1052,7 @@ func incomingCommandUpdate(c context.Context, now time.Time, cmd *dashapi.BugUpd return true, "", nil } +// nolint:revive func incomingCommandCmd(c context.Context, now time.Time, cmd *dashapi.BugUpdate, bug, dup *Bug, bugReporting *BugReporting, final bool, stateEnt *ReportingStateEntry) (bool, string, error) { switch cmd.Status { |
