issues
search
Antonboom
/
testifylint
The Golang linter that checks usage of github.com/stretchr/testify.
https://github.com/stretchr/testify
MIT License
101
stars
8
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
compares: check lhs and rhs types
#205
Antonboom
opened
4 days ago
0
len: support len-len and value-len cases
#204
Antonboom
closed
6 days ago
1
incorrect-assert: warn on `msgAndArgs` when `msg` is not of string type
#202
Antonboom
opened
1 week ago
0
formatter: warn on non-string the first single argument
#201
Antonboom
opened
1 week ago
0
formatter: ignore non-string single arg
#200
Antonboom
closed
1 week ago
0
encoded-compare false positives fix
#199
Antonboom
closed
1 week ago
1
encoded-compare: false positive of JSONEq
#198
Zxilly
closed
1 week ago
1
Use of testing.T not passed to the test function.
#197
brackendawson
opened
1 week ago
0
encoded-compare: false positive of `YAMLEq`
#196
Antonboom
closed
1 week ago
2
build(deps): bump golang.org/x/tools from 0.25.0 to 0.26.0
#195
dependabot[bot]
closed
1 week ago
1
formatter: remove empty message string in assert.Equalf conversions (autofix)
#194
ghouscht
opened
1 month ago
1
Multiple HTTP assertions against one handler.
#193
brackendawson
opened
1 month ago
0
Go 1.23
#191
Antonboom
closed
1 month ago
1
useless-assert/incorrect-assert/error-is-as: support `ErrorIs(nil, err)`
#190
Antonboom
opened
1 month ago
0
empty: adjust report for NotEmpty+len cases
#189
Antonboom
closed
1 month ago
1
formatter: support require only and suite only packages
#188
Antonboom
closed
1 month ago
1
useless-assert: more cases
#182
Antonboom
closed
1 month ago
1
Go 1.23 support
#181
Antonboom
closed
1 month ago
0
build(deps): bump golang.org/x/tools from 0.24.0 to 0.25.0
#180
dependabot[bot]
closed
1 month ago
1
new checker 'encoded-compare'
#179
Antonboom
closed
1 month ago
2
error-is-as: `*error` argument should be considered valid
#178
orestisfl
closed
1 month ago
2
`formatter` -fix removes `fmt.Sprintf` but doesn't suffix assertion method with `f`
#177
mmorel-35
closed
1 month ago
3
The suite-extra-assert-call check doesn't seem to work in the suite and tests are in different files
#176
autarch
opened
1 month ago
0
Version flag unsuported
#175
Xarakiri
opened
1 month ago
0
false positive on `expected-actual`
#174
mmorel-35
opened
2 months ago
0
build(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0
#173
dependabot[bot]
closed
2 months ago
1
Fix `formatter` when not importing assert package
#171
pgimalac
closed
1 month ago
1
`formatter` lint rule only warns when importing `assert` package
#170
pgimalac
closed
1 month ago
3
Incorrect formatter fix with single non-string `msgAndArgs` argument
#169
pgimalac
closed
1 week ago
9
build(deps): bump golang.org/x/tools from 0.22.0 to 0.23.0
#168
dependabot[bot]
closed
2 months ago
1
len: Len instead of Equal when actual is a variable
#167
Limero
closed
1 week ago
3
len: Len instead of Equal when comparing two len's
#166
Limero
closed
6 days ago
1
false-positive: expected-actual
#165
ccoVeille
closed
4 months ago
1
enable several rules from revive
#164
mmorel-35
closed
2 months ago
6
build(deps): bump golang.org/x/tools from 0.21.0 to 0.22.0
#163
dependabot[bot]
closed
4 months ago
1
doc: update error-compare and define unwrapped-error
#162
mmorel-35
closed
2 weeks ago
17
len: support arr.Len()
#161
mmorel-35
closed
1 week ago
7
useless-assert: detect goroutines in `assert.Panics`
#160
Antonboom
opened
5 months ago
1
Consider adding optional revive linters
#158
ccoVeille
closed
2 months ago
3
require-error: support partial fix
#156
Antonboom
opened
5 months ago
0
new checker `http-const`
#155
mmorel-35
closed
2 weeks ago
37
contains: support `Contains` for byte slice
#154
Antonboom
opened
5 months ago
1
error-nil: support Empty and Zero error
#153
mmorel-35
closed
1 month ago
4
new checker `contains`
#152
mmorel-35
closed
5 months ago
24
float-compare: false positive not native float64
#150
mmorel-35
opened
5 months ago
1
empty: report special message for len and string-cast cases
#149
ldez
closed
1 month ago
3
useless-assert: support `True(t, true)`, `False(t, false)` and similar
#145
Antonboom
closed
1 month ago
0
fail-now: suggest `t.Fatalf` instead of weird assertions
#144
Antonboom
opened
5 months ago
0
NEW CHECKERS IN PRIORITY – SEE MILESTONES
#143
Antonboom
opened
5 months ago
7
graceful-teardown: warns about usage of `require` in `t.Cleanup` functions and suite teardown methods
#142
Antonboom
opened
5 months ago
0
Next