File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ type holisticConnectorState struct {
414414 Errors []ClusterConnectorInfoError
415415}
416416
417- //nolint:cyclop // lots of inspection of state and tasks to determine status and errors
417+ //nolint:cyclop,gocognit // lots of inspection of state and tasks to determine status and errors
418418func getHolisticStateFromConnector (status con.ConnectorStateInfo , aggregatedTasksStatus aggregatedConnectorTasksStatus ) holisticConnectorState {
419419 // LOGIC:
420420 // HEALTHY: Connector is in running state, > 0 tasks, all of them in running state.
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ package schema
1111
1212import (
1313 "context"
14- "errors"
1514 "fmt"
1615 "maps"
1716 "strconv"
You can’t perform that action at this time.
0 commit comments