add golangci-lint workflow #1
Annotations
8 errors
style.go#L14
var `borderStyle` is unused (unused)
|
util.go#L27
var `replacer` is unused (unused)
|
list.go#L33
S1025: the argument's underlying type is a string, should use a simple conversion instead of fmt.Sprintf (gosimple)
|
util.go#L66
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
|
animtext.go#L18
S1034: assigning the result of this type assertion to a variable (switch msg := msg.(type)) could eliminate type assertions in switch cases (gosimple)
|
animtext.go#L20
S1034(related information): could eliminate this type assertion (gosimple)
|
textinput.go#L59
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
|
|
The logs for this run have expired and are no longer available.
Loading