This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
EVEREST-256 Improved validation of database cluster CR #909
Annotations
3 errors and 1 warning
api/database_cluster.go#L128
calculated cyclomatic complexity for function UpdateDatabaseCluster is 11, max is 10 (cyclop)
|
api/database_cluster.go#L128
[golangci-lint] reported by reviewdog 🐶
calculated cyclomatic complexity for function UpdateDatabaseCluster is 11, max is 10 (cyclop)
Raw Output:
api/database_cluster.go:128:1: calculated cyclomatic complexity for function UpdateDatabaseCluster is 11, max is 10 (cyclop)
func (e *EverestServer) UpdateDatabaseCluster(ctx echo.Context, kubernetesID string, name string) error { //nolint:funlen
^
|
|
|
The logs for this run have expired and are no longer available.
Loading