chore: update Go, linter, and clean #27
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.
|