Skip to content

Update Go actions

Update Go actions #19

Triggered via push May 5, 2024 15:54
Status Failure
Total duration 30s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 errors
golangci: pkg/goodhosts/hostsFile.go#L86
emptyStringTest: replace `len(h.Section) > 0` with `h.Section != ""` (gocritic)
golangci: pkg/goodhosts/hostsFile.go#L92
emptyStringTest: replace `len(h.Section) > 0` with `h.Section != ""` (gocritic)
golangci: pkg/goodhosts/hostsFile.go#L215
emptyStringTest: replace `len(h.Section) > 0` with `h.Section != ""` (gocritic)
golangci: pkg/goodhosts/hostsFile.go#L194
emptyStringTest: replace `len(line.Comment) > 0` with `line.Comment != ""` (gocritic)
golangci: pkg/goodhosts/utils.go#L25
emptyStringTest: replace `len(comment) > 0` with `comment != ""` (gocritic)
golangci
issues found