Add extended version info #12
Annotations
10 errors and 1 warning
|
internal/version/version.go#L40
fieldalignment: struct with 40 pointer bytes could be 32 (govet)
|
|
internal/version/version_test.go#L114
Error return value of `w.Write` is not checked (errcheck)
|
|
main.go#L21
dot-imports: should not use dot imports (revive)
|
|
main.go#L119
The line is 183 characters long, which exceeds the maximum of 180 characters. (lll)
|
|
main.go#L147
var-naming: var currentThreadId should be currentThreadID (revive)
|
|
main.go#L216
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(retryInterval, " ", "", -1)` (gocritic)
|
|
main.go#L218
var-naming: don't use underscores in Go names; var len_values should be lenValues (revive)
|
|
main.go#L225
assignOp: replace `values[i] = values[i] + "000"` with `values[i] += "000"` (gocritic)
|
|
main.go#L227
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(values[i], "ms", "", -1)` (gocritic)
|
|
main.go#L228
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(values[i], "s", "000", -1)` (gocritic)
|
|
|
The logs for this run have expired and are no longer available.
Loading