-
Notifications
You must be signed in to change notification settings - Fork 18
Pull requests: Antonboom/testifylint
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Add
error-first checker: enforce error assertion before result assertions
#313
opened Jun 1, 2026 by
mmorel-35
Contributor
Loading…
Add
require-len checker for fail-fast indexed access guards
#312
opened Jun 1, 2026 by
mmorel-35
Contributor
Loading…
Add
redundant-assert checker for implied assert.Error assertions
#310
opened May 29, 2026 by
mmorel-35
Contributor
Loading…
feat(checkers): treat sync.WaitGroup.Go callbacks as goroutine context
#308
opened May 26, 2026 by
mmorel-35
Contributor
Loading…
feat: implement graceful-teardown checker
#305
opened Mar 16, 2026 by
mmorel-35
Contributor
Loading…
Add
wrong-t checker for incorrect testing.T usage in testify assertions
#304
opened Mar 16, 2026 by
mmorel-35
Contributor
Loading…
2
encoded-compare: fix false positives for non-string types and JSON-named constants
#301
opened Mar 15, 2026 by
mmorel-35
Contributor
Loading…
compares: cast untyped constants to contextual type in auto-fix
#300
opened Mar 15, 2026 by
mmorel-35
Contributor
Loading…
3
nil-compare: detect typed nil conversions
#299
opened Mar 15, 2026 by
mmorel-35
Contributor
Loading…
fix(error-is-as): prevent index out of range panic in IsType/IsNotType checks
#298
opened Mar 15, 2026 by
mmorel-35
Contributor
Loading…
Add
negated-assert checker and extend require-error: detect and fix if !assert.Xxx { return } patterns
#297
opened Mar 15, 2026 by
mmorel-35
Contributor
Loading…
feat: add http-multiple checker for multiple HTTP assertions against same handler
#296
opened Mar 14, 2026 by
mmorel-35
Contributor
Loading…
Fix false positives on
collect.Errorf calls in require-error checker
#295
opened Mar 13, 2026 by
mmorel-35
Contributor
Loading…
Add
error-compare checker: detect err.Error() in assertions
#294
opened Mar 13, 2026 by
mmorel-35
Contributor
Loading…
regexp: warn when rx argument is not string or *regexp.Regexp
#292
opened Mar 13, 2026 by
mmorel-35
Contributor
Loading…
feat: new checkers
http-method and http-status-code
#291
opened Mar 13, 2026 by
mmorel-35
Contributor
Loading…
build(deps): bump golang.org/x/tools from 0.36.0 to 0.42.0
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
#289
opened Mar 1, 2026 by
dependabot
Bot
Loading…
feat: Add TimeEqual checker to enforce proper time comparisons
#243
opened May 29, 2025 by
semihbkgr
Contributor
Loading…
ProTip!
Filter pull requests by the default branch with base:master.