update dependencies #5
Annotations
11 errors
test
Process completed with exit code 1.
|
lint:
internal/calc/deployment.go#L88
G115: integer overflow conversion int -> int32 (gosec)
|
lint:
cmd/kuota-calc.go#L52
unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
main.go#L1
package-comments: should have a package comment (revive)
|
lint:
internal/calc/calc.go#L8
import 'github.com/rs/zerolog/log' is not allowed from list 'Main' (depguard)
|
lint:
internal/calc/calc.go#L9
import 'k8s.io/api/apps/v1' is not allowed from list 'Main' (depguard)
|
lint:
internal/calc/calc.go#L10
import 'k8s.io/api/batch/v1' is not allowed from list 'Main' (depguard)
|
lint:
internal/calc/calc.go#L11
import 'k8s.io/api/core/v1' is not allowed from list 'Main' (depguard)
|
lint:
internal/calc/calc.go#L12
import 'k8s.io/apimachinery/pkg/api/resource' is not allowed from list 'Main' (depguard)
|
lint:
internal/calc/calc.go#L13
import 'k8s.io/apimachinery/pkg/runtime' is not allowed from list 'Main' (depguard)
|
lint:
internal/calc/calc.go#L14
import 'k8s.io/client-go/kubernetes/scheme' is not allowed from list 'Main' (depguard)
|