Skip to content

feat: Add support for CONFIG_CPU_FREQ_STAT (#627) #713

feat: Add support for CONFIG_CPU_FREQ_STAT (#627)

feat: Add support for CONFIG_CPU_FREQ_STAT (#627) #713

Triggered via push May 13, 2024 19:40
Status Failure
Total duration 17s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
lint
issues found
lint: sysfs/system_cpu.go#L300
var-declaration: should drop = nil from declaration of var cpuinfoFrequencyTransitionsTotal; it is the zero value (revive)
lint: sysfs/system_cpu.go#L311
var-declaration: should drop = nil from declaration of var cpuinfoFrequencyDuration; it is the zero value (revive)
lint: sysfs/system_cpu.go#L340
var-declaration: should drop = nil from declaration of var cpuinfoTransitionTable; it is the zero value (revive)