gearman_top #273
Annotations
10 errors
pkg/modgearman/gearman_top.go#L240
Error return value of `fmt.Errorf` is not checked (errcheck)
|
pkg/modgearman/gearman_top.go#L255
Error return value of `fmt.Errorf` is not checked (errcheck)
|
cmd/gearman_top/main.go#L32
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
pkg/modgearman/gearman_top.go#L89
cognitive complexity 33 of func `runInteractiveMode` is high (> 30) (gocognit)
|
pkg/modgearman/statusAdmin.go#L74
commentFormatting: put a space between `//` and comment text (gocritic)
|
pkg/modgearman/gearman_top.go#L322
unnecessary leading newline (whitespace)
|
pkg/modgearman/statusAdmin.go#L114
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
pkg/modgearman/statusAdmin.go#L122
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
pkg/modgearman/statusAdmin.go#L126
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
pkg/modgearman/statusAdmin.go#L134
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
This job failed
Loading