Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: liubo02 <[email protected]>
  • Loading branch information
liubog2008 committed Jan 13, 2025
1 parent 6b27db0 commit d6239fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/controllers/tidb/tasks/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ const (
)

// TODO(liubo02): extract to common task
//
//nolint:gocyclo // refactor if possible
func TaskStatus(state *ReconcileContext, c client.Client) task.Task {
return task.NameTaskFunc("Status", func(ctx context.Context) task.Result {
needUpdate := false
Expand Down

0 comments on commit d6239fb

Please sign in to comment.