Skip to content

Releases: Antonboom/testifylint

v1.6.1

27 Mar 17:46
018a843
Compare
Choose a tag to compare

What's Changed

  • fix: false-positive useless-assert on Positive function by @semihbkgr in #236

New Contributors

Full Changelog: v1.6.0...v1.6.1

v1.6.0 – new `equal-values` and `suite-method-signature`

13 Mar 08:57
c055b2b
Compare
Choose a tag to compare

What's Changed

New checkers

New features

  • len: support len-len and value-len cases by @Antonboom in #204
  • error-is-as: support NotErrorAs by @Antonboom in #219
  • useless-assert: add NotElementsMatch and NotErrorAs by @Antonboom in #220
  • formatter: support non-string-message checks by @Antonboom in #221
  • formatter: warn on empty message by @Antonboom in #225
  • empty: 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

Full Changelog: v1.5.2...v1.6.0

formatter: ignore non-string single arg

13 Nov 21:32
639ce85
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/tools from 0.25.0 to 0.26.0 by @dependabot in #195
  • formatter: ignore non-string single arg by @Antonboom in #200

Full Changelog: v1.5.1...v1.5.2

`encoded-compare` false positives fix

13 Nov 08:47
d522f2b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

New `contains`, `regexp`, `encoded-compare'`!

03 Oct 19:42
99d4b62
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v1.5.0

v1.4.3

20 Jun 16:48
473abe0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.3

v1.4.2

15 Jun 05:31
858de46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

08 Jun 21:01
4e94ff0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

New `formatter`, 'suite-subtest-run', `suite-broken-parallel`!

08 Jun 19:52
1164965
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4.0

`compares` and `error-nil` false behaviour fix

27 May 17:51
09870c1
Compare
Choose a tag to compare

What's Changed

  • compares: support Same/NotSame by @Antonboom in #96
  • helpers: isError: strict type comparison instead of implementing check by @Antonboom in #97

Full Changelog: v1.3.0...v1.3.1