Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #147
Annotations
3 errors
Run golangci-lint:
intstring.go#L15
[golangci] reported by reviewdog 🐶
the methods of "StringInt" use pointer receiver and non-pointer receiver. (recvcheck)
Raw Output:
intstring.go:15:6: the methods of "StringInt" use pointer receiver and non-pointer receiver. (recvcheck)
type StringInt struct {
^
|
Run golangci-lint:
intstring_test.go#L100
[golangci] reported by reviewdog 🐶
encoded-compare: use assert.JSONEq (testifylint)
Raw Output:
intstring_test.go:100:5: encoded-compare: use assert.JSONEq (testifylint)
assert.Equal(t, fmt.Sprintf(`{"value":"%d"}`, randNum), string(data))
^
|
Run golangci-lint
reviewdog exited with status code: 1
|
Loading