feat(internal/collector): Collector skeleton #28
Annotations
7 errors
Go code sanity check:
internal/collector/sysinfo/sysinfo.go#L1
package-comments: package comment should be of the form "Package sysinfo ..." (revive)
|
Go code sanity check:
internal/collector/sysinfo/sysinfo_linux.go#L8
unnecessary leading newline (whitespace)
|
Go code sanity check:
internal/collector/sysinfo/sysinfo_linux.go#L22
unnecessary leading newline (whitespace)
|
Go code sanity check:
internal/collector/sysinfo/sysinfo_linux_test.go#L19
range: should omit 2nd value from range; this loop is equivalent to `for name := range ...` (revive)
|
Go code sanity check:
internal/collector/sysinfo/sysinfo_linux_test.go#L60
unnecessary trailing newline (whitespace)
|
Go code sanity check
issues found
|
Go code sanity check
Process completed with exit code 1.
|
Loading