Hendry Wiranto

Results 7 issues of Hendry Wiranto

## Summary Add position and pass msg to underlying func in `InDeltaSlice`, `InDeltaMapValues`, and `InEpsilonSlice` ## Changes - Add position information into the `msgAndArgs` slice in those 3 funcs -...

pkg-assert
pkg-require
assert.InEpsilon

## Summary Remove Testify V2 notice on `README.md` since it won't happen ## Changes - Remove Testify V2 notice on `README.md` ## Motivation According to this announcement https://github.com/stretchr/testify/issues/1089#issuecomment-1812734472 from @dolmen...

documentation

## Summary Add new assertion `InEpsilonMapValues` which is the same as InEpsilon, but it compares all values between two maps. ## Changes - Add new assertion `InEpsilonMapValues` ## Motivation Quoting...

enhancement
pkg-assert
assert.InEpsilon

**Is your feature request related to a problem? Please describe.** As highlighted in https://pkg.go.dev/github.com/golang/mock/gomock#NewController: > New in go1.14+, if you are passing a *testing.T into this function you no longer...

Hello, does this linter support checking of a library usage too? If yes, I would like to open a PR for this ## Background As highlighted in https://pkg.go.dev/github.com/golang/mock/gomock#NewController: > New...

checker request

## Summary Add new assertion `NoElementsMatch` which asserts whether 2 lists don't have any elements in common. ## Changes - Add new assertion `NoElementsMatch` ## Motivation No assertion for comparing...