Feature/system performance status #134
Annotations
10 errors
|
lint:
pkg/probe/system_vdom-resource.go#L23
unused-parameter: parameter 'meta' seems to be unused, consider removing or renaming it as _ (revive)
|
|
lint:
pkg/probe/system_performance_status.go#L138
var-naming: don't use underscores in Go names; var core_num should be coreNum (revive)
|
|
lint:
pkg/probe/system_performance_status.go#L123
var-naming: struct field Cpu should be CPU (revive)
|
|
lint:
pkg/probe/system_performance_status.go#L106
var-naming: type SystemPerformanceStatusCpu should be SystemPerformanceStatusCPU (revive)
|
|
lint:
pkg/probe/system_performance_status.go#L24
unused-parameter: parameter 'meta' seems to be unused, consider removing or renaming it as _ (revive)
|
|
lint:
pkg/probe/system_vdom-resource.go#L138
any: interface{} can be replaced by any (modernize)
|
|
lint:
pkg/probe/system_vdom-resource.go#L110
any: interface{} can be replaced by any (modernize)
|
|
lint:
pkg/probe/system_vdom-resource.go#L19
File is not properly formatted (gci)
|
|
lint:
pkg/probe/system_performance_status.go#L20
File is not properly formatted (gci)
|
|
lint:
pkg/probe/probe.go#L159
File is not properly formatted (gci)
|