What's Changed
New checkers
- new checker
equal-values
by @Antonboom in #223 - new checker
suite-method-signature
by @Antonboom in #228
New features
len
: support len-len and value-len cases by @Antonboom in #204error-is-as
: support NotErrorAs by @Antonboom in #219useless-assert
: add NotElementsMatch and NotErrorAs by @Antonboom in #220formatter
: support non-string-message checks by @Antonboom in #221formatter
: warn on empty message by @Antonboom in #225empty
: support empty strings, Zero for strings and len + bubbled useless-assert cases by @ccoVeille in #129
New fixes
negative-positive
: remove untyping, ignore Negative for len comparisons by @Antonboom in #226- fixes: support
assert.CollectT
by @Antonboom in #233
Bump deps
- Upgrade testdata to v1.10.0 of testify by @Antonboom in #218
- Go 1.24 by @Antonboom in #234
- build(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0 by @dependabot in #206
- build(deps): bump rlespinasse/github-slug-action from 4.4.1 to 5.0.0 by @dependabot in #207
- build(deps): bump golang.org/x/tools from 0.27.0 to 0.29.0 by @dependabot in #214
Full Changelog: v1.5.2...v1.6.0