Skip to content

Prep for v0.7.0

Prep for v0.7.0 #18

Triggered via push November 10, 2023 20:44
Status Success
Total duration 18s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: ascii.go#L80
line is 128 characters (lll)
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)
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)
lint: cmd/jc/main.go#L127
S1002: should omit comparison to bool constant, can be simplified to `*flagColorize` (gosimple)
lint: cmd/jc/main.go#L139
S1002: should omit comparison to bool constant, can be simplified to `*flagPretty` (gosimple)
lint: cmd/jc/main.go#L144
if-return: redundant if ...; err != nil check, just return error instead. (revive)
lint: codec.go#L29
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: codec.go#L43
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: codec.go#L113
naked return in func `constructCodec` with 134 lines of code (nakedret)
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)