feat: ok #73
Annotations
10 errors
golangci-lint:
summary/webapp/router.go#L56
Error return value of `ViewRenderer.Template` is not checked (errcheck)
|
golangci-lint:
summary/webapp/router.go#L60
Error return value of `utils.OpenURL` is not checked (errcheck)
|
golangci-lint:
summary/webapp/router.go#L61
Error return value of `http.ListenAndServe` is not checked (errcheck)
|
golangci-lint:
summary.go#L132
S1012: should use `time.Since` instead of `time.Now().Sub` (gosimple)
|
golangci-lint:
summary.go#L82
S1011: should replace loop with `resources = append(resources, services...)` (gosimple)
|
golangci-lint:
summary.go#L91
S1011: should replace loop with `resources = append(resources, hpa...)` (gosimple)
|
golangci-lint:
summary.go#L100
S1011: should replace loop with `resources = append(resources, authorizationPolicies...)` (gosimple)
|
golangci-lint:
summary.go#L109
S1011: should replace loop with `resources = append(resources, destinationRules...)` (gosimple)
|
golangci-lint:
summary.go#L118
S1011: should replace loop with `resources = append(resources, scaledobjects...)` (gosimple)
|
golangci-lint
issues found
|
Loading