Add autoscaling prometheus #846
golangci-lint.yaml
on: pull_request
github (govet, golint and gotest)
2m 8s
github (golangci)
1m 41s
operator-lint
2m 12s
Annotations
7 errors
github (golangci):
controllers/autoscaling_controller.go#L162
ineffectual assignment to err (ineffassign)
|
github (golangci)
issues found
|
github (govet, golint and gotest):
controllers/autoscaling_controller.go#L53
comment on exported method AutoscalingReconciler.Reconcile should be of the form "Reconcile ..."
|
github (govet, golint and gotest):
pkg/autoscaling/const.go#L4
exported const ServiceName should have comment (or a comment on this block) or be unexported
|
github (govet, golint and gotest):
pkg/autoscaling/const.go#L8
exported var PrometheusReplicas should have comment or be unexported
|
github (govet, golint and gotest):
pkg/autoscaling/prometheus.go#L10
exported function Prometheus should have comment or be unexported
|
github (govet, golint and gotest)
Process completed with exit code 2.
|