Skip to content

feat: Add support for CONFIG_CPU_FREQ_STAT #24

feat: Add support for CONFIG_CPU_FREQ_STAT

feat: Add support for CONFIG_CPU_FREQ_STAT #24

Triggered via push April 1, 2024 11:38
Status Failure
Total duration 26s
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)