Skip to content

chore: update Go, linter, and clean #27

chore: update Go, linter, and clean

chore: update Go, linter, and clean #27

Triggered via push February 19, 2024 17:32
Status Failure
Total duration 33s
Artifacts

ci.yml

on: push
Main Process
23s
Main Process
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Main Process: ignore/glob.go#L92
emptyStringTest: replace `len(arg) > 0` with `arg != ""` (gocritic)
Main Process: notwords.go#L23
emptyStringTest: replace `len(s) > 0` with `s != ""` (gocritic)
Main Process: cmd/misspell/main.go#L191
emptyStringTest: replace `len(*format) > 0` with `*format != ""` (gocritic)
Main Process: cmd/misspell/main.go#L162
emptyStringTest: replace `len(*ignores) > 0` with `*ignores != ""` (gocritic)
Main Process
Process completed with exit code 2.