try go-generics-cache #16
Annotations
3 errors
golangci-lint:
main.go#L97
[golangci] reported by reviewdog 🐶
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
Raw Output:
main.go:97:10: S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
repo = fmt.Sprintf("%s", repo)
^
|
golangci-lint:
main.go#L132
[golangci] reported by reviewdog 🐶
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
Raw Output:
main.go:132:10: S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
repo = fmt.Sprintf("%s", repo)
^
|
golangci-lint
reviewdog exited with status code: 1
|