Prep for v0.7.0 #20
Annotations
10 errors
golangci-lint:
ascii.go#L80
line is 128 characters (lll)
|
golangci-lint:
cmd/jc/main.go#L11
package-comments: package comment is detached; there should be no blank lines between it and the package statement (revive)
|
golangci-lint:
cmd/jc/main.go#L50
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
|
golangci-lint:
cmd/jc/main.go#L127
S1002: should omit comparison to bool constant, can be simplified to `*flagColorize` (gosimple)
|
golangci-lint:
cmd/jc/main.go#L139
S1002: should omit comparison to bool constant, can be simplified to `*flagPretty` (gosimple)
|
golangci-lint:
cmd/jc/main.go#L144
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|
golangci-lint:
codec.go#L29
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
golangci-lint:
codec.go#L43
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
golangci-lint:
codec.go#L113
naked return in func `constructCodec` with 134 lines of code (nakedret)
|
golangci-lint:
codec.go#L116
missing cases in switch of type reflect.Kind: reflect.Invalid, reflect.Complex64, reflect.Complex128, reflect.Chan, reflect.Func, reflect.UnsafePointer (exhaustive)
|
The logs for this run have expired and are no longer available.
Loading