diff options
| author | Taras Madan <tarasmadan@google.com> | 2025-03-27 08:25:44 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2025-03-27 10:07:16 +0000 |
| commit | 02d129fe26c31412aad2e815db95ebe2dd99413f (patch) | |
| tree | cf240d8f23e48fbb1b70cc0a30c68a754ca3cf73 /dashboard/app | |
| parent | c66ac62e1284de84775ccf0edf94f224db8b4509 (diff) | |
all: opt-out some functions to enforce linter checks
New code will be limited to max 7 function params.
Diffstat (limited to 'dashboard/app')
| -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 { |
