feat: refactor how resources are computed #67
Annotations
6 errors
golangci-lint:
summary/webapp/router.go#L46
Error return value of `ViewRenderer.Template` is not checked (errcheck)
|
golangci-lint:
summary/webapp/router.go#L50
Error return value of `http.ListenAndServe` is not checked (errcheck)
|
golangci-lint:
summary.go#L80
S1011: should replace loop with `resources = append(resources, authorizationPolicies...)` (gosimple)
|
golangci-lint:
summary.go#L89
S1011: should replace loop with `resources = append(resources, destinationRules...)` (gosimple)
|
golangci-lint:
summary.go#L98
S1011: should replace loop with `resources = append(resources, scaledobjects...)` (gosimple)
|
golangci-lint
issues found
|
Loading