alingse / go-linter-runner

use github action to run go linter for public repos
Other
2 stars 1 forks source link

Run Linter testifylint.yaml For Top 1w github golang repo #2

Open alingse opened 2 months ago

alingse commented 2 months ago

https://github.com/alingse/go-linter-runner/blob/main/jobs/testifylint.yaml

name: testifylint
linter: testifylint
workdir: .
install: go install github.com/Antonboom/testifylint@latest
includes: []
excludes: []

the failed actions https://github.com/alingse/go-linter-runner/actions?query=is%3Afailure

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/aws/karpenter-provider-aws got output

-: # github.com/aws/karpenter-provider-aws/hack/docs
hack/docs/configuration_gen_docs.go#L29:6: main redeclared in this block
hack/docs/compatibilitymetrix_gen_docs.go#L27:6: other declaration of main
hack/docs/instancetypes_gen_docs.go#L78:6: main redeclared in this block
hack/docs/compatibilitymetrix_gen_docs.go#L27:6: other declaration of main
hack/docs/metrics_gen_docs.go#L49:6: main redeclared in this block
hack/docs/compatibilitymetrix_gen_docs.go#L27:6: other declaration of main
hack/docs/version_compatibility.go#L26:6: main redeclared in this block
hack/docs/compatibilitymetrix_gen_docs.go#L27:6: other declaration of main
https://github.com/aws/karpenter-provider-aws/blob/main/hack/docs/configuration_gen_docs.go#L29:6: main redeclared in this block
https://github.com/aws/karpenter-provider-aws/blob/main/hack/docs/compatibilitymetrix_gen_docs.go#L27:6:    other declaration of main
https://github.com/aws/karpenter-provider-aws/blob/main/hack/docs/instancetypes_gen_docs.go#L78:6: main redeclared in this block
https://github.com/aws/karpenter-provider-aws/blob/main/hack/docs/compatibilitymetrix_gen_docs.go#L27:6:    other declaration of main
https://github.com/aws/karpenter-provider-aws/blob/main/hack/docs/metrics_gen_docs.go#L49:6: main redeclared in this block
https://github.com/aws/karpenter-provider-aws/blob/main/hack/docs/compatibilitymetrix_gen_docs.go#L27:6:    other declaration of main
https://github.com/aws/karpenter-provider-aws/blob/main/hack/docs/version_compatibility.go#L26:6: main redeclared in this block
https://github.com/aws/karpenter-provider-aws/blob/main/hack/docs/compatibilitymetrix_gen_docs.go#L27:6:    other declaration of main
testifylint: 9 errors during loading

Report issue: https://github.com/aws/karpenter-provider-aws/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682567678

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/weaveworks/scope got output

-: # github.com/google/gopacket/pcap
vendor/github.com/google/gopacket/pcap/pcap_unix.go#L34:10: fatal error: pcap.h: No such file or directory
34 | #include <pcap.h>
|          ^~~~~~~~
compilation terminated.
https://github.com/weaveworks/scope/blob/master/vendor/github.com/google/gopacket/pcap/pcap_unix.go#L170:8: could not import C (no metadata for C)
https://github.com/weaveworks/scope/blob/master/probe/endpoint/dns_snooper.go#L89:36: cannot use pcap.DirectionIn (constant unknown with invalid type) as pcap.Direction value in argument to pcapHandle.SetDirection
https://github.com/weaveworks/scope/blob/master/prog/static.go#L13:21: undefined: externalui.FS
https://github.com/weaveworks/scope/blob/master/prog/static.go#L15:18: undefined: staticui.FS
https://github.com/weaveworks/scope/blob/master/probe/endpoint/dns_snooper.go#L89:36: cannot use pcap.DirectionIn (constant unknown with invalid type) as pcap.Direction value in argument to pcapHandle.SetDirection
https://github.com/weaveworks/scope/blob/master/prog/static.go#L13:21: undefined: externalui.FS
https://github.com/weaveworks/scope/blob/master/prog/static.go#L15:18: undefined: staticui.FS
testifylint: 8 errors during loading

Report issue: https://github.com/weaveworks/scope/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682573859

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/chaosblade-io/chaosblade got output

-: # github.com/chaosblade-io/chaosblade/exec/jvm [github.com/chaosblade-io/chaosblade/exec/jvm.test]
exec/jvm/sandbox_test.go#L69:69: not enough arguments in call to getJavaBinAndJavaHome
have (string, string, func(pid string) (commandSlice []string, err error))
want (context.Context, string, string, func(ctx context.Context, pid string) (commandSlice []string, err error))
exec/jvm/sandbox_test.go#L109:69: not enough arguments in call to getJavaBinAndJavaHome
have (string, string, func(pid string) (commandSlice []string, err error))
want (context.Context, string, string, func(ctx context.Context, pid string) (commandSlice []string, err error))
https://github.com/chaosblade-io/chaosblade/blob/master/exec/jvm/sandbox_test.go#L69:91: not enough arguments in call to getJavaBinAndJavaHome
have (string, string, func(pid string) (commandSlice []string, err error))
want (context.Context, string, string, func(ctx context.Context, pid string) (commandSlice []string, err error))
https://github.com/chaosblade-io/chaosblade/blob/master/exec/jvm/sandbox_test.go#L109:91: not enough arguments in call to getJavaBinAndJavaHome
have (string, string, func(pid string) (commandSlice []string, err error))
want (context.Context, string, string, func(ctx context.Context, pid string) (commandSlice []string, err error))
testifylint: 3 errors during loading

Report issue: https://github.com/chaosblade-io/chaosblade/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682571538

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/openark/orchestrator got output

-: package github.com/openark/orchestrator/go/cmd/orchestrator imports github.com/mattn/go-sqlite3 from implicitly required module; to add missing requirements, run:
go get github.com/mattn/go-sqlite3@v1.14.7
testifylint: error during loading

Report issue: https://github.com/openark/orchestrator/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682578317

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/pressly/goose got output

https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L15:3: empty: use require.Empty
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L19:3: empty: use require.Empty
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L24:3: empty: use require.Empty
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L29:3: len: use require.Len
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L37:3: empty: use require.Empty
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L41:3: len: use require.Len
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L47:3: len: use require.Len
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L53:3: empty: use require.Empty
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L87:4: empty: use require.Empty
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L120:3: empty: use require.Empty
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L124:3: empty: use require.Empty
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L129:3: empty: use require.Empty
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L134:3: len: use require.Len
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L142:3: empty: use require.Empty
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L146:3: len: use require.Len
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L152:3: len: use require.Len
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L158:3: empty: use require.Empty
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L163:3: len: use require.Len
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L169:3: len: use require.Len
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L177:4: empty: use require.Empty
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L180:4: len: use require.Len
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L184:4: len: use require.Len
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L189:4: len: use require.Len
https://github.com/pressly/goose/blob/master/internal/gooseutil/resolve_test.go#L193:4: len: use require.Len

Report issue: https://github.com/pressly/goose/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682578754

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/fluxcd/flux2 got output

cmd/flux/manifests.embed.go#L27:12: pattern manifests/*.yaml: no matching files found
-: # github.com/fluxcd/flux2/v2/cmd/flux [github.com/fluxcd/flux2/v2/cmd/flux.test]
cmd/flux/manifests.embed.go#L27:3: invalid go:embed: build system did not supply embed configuration
testifylint: 2 errors during loading

Report issue: https://github.com/fluxcd/flux2/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682574410

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/dunglas/frankenphp got output

-: # github.com/dunglas/frankenphp
In file included from ./cgi.go#L3:
./frankenphp.h:4:10: fatal error: Zend/zend_types.h: No such file or directory
4 | #include <Zend/zend_types.h>
|          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
https://github.com/dunglas/frankenphp/blob/main/cgi.go#L4:8: could not import C (no metadata for C)
testifylint: 2 errors during loading

Report issue: https://github.com/dunglas/frankenphp/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682587172

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/dstotijn/hetty got output

cmd/hetty/hetty.go#L39:12: pattern admin: no matching files found
testifylint: error during loading

Report issue: https://github.com/dstotijn/hetty/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682584261

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/googollee/go-socket.io got output

https://github.com/googollee/go-socket.io/blob/master/namespace_handler_test.go#L56:2: expected-actual: need to reverse actual and expected values
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L56:3: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L63:3: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L80:2: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L90:2: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L91:2: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L147:3: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L258:3: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L302:2: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L310:2: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L43:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L45:4: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L49:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L53:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L56:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L59:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L62:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L63:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L118:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L121:4: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L131:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L136:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L140:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L143:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L146:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L147:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L212:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L214:4: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L218:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L222:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L225:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L228:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L231:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L232:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L254:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/server_test.go#L258:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/packet/encoder_test.go#L19:4: error-nil: use at.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/packet/encoder_test.go#L21:4: error-nil: use at.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/packet/encoder_test.go#L23:4: error-nil: use at.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/packet/packet_test.go#L42:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/googollee/go-socket.io/blob/master/engineio/packet/packet_test.go#L44:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/googollee/go-socket.io/blob/master/engineio/packet/packet_test.go#L45:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/googollee/go-socket.io/blob/master/engineio/packet/packet_test.go#L46:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/decoder_test.go#L63:4: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/decoder_test.go#L70:4: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/decoder_test.go#L75:3: expected-actual: need to reverse actual and expected values
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/decoder_test.go#L76:3: expected-actual: need to reverse actual and expected values
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/encoder_test.go#L54:4: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/encoder_test.go#L57:4: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/encoder_test.go#L58:4: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/encoder_test.go#L110:2: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/encoder_test.go#L171:3: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/encoder_test.go#L173:3: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/encoder_test.go#L175:3: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/encoder_test.go#L252:3: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/encoder_test.go#L255:3: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/encoder_test.go#L258:3: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/pauser_test.go#L264:2: compares: use should.Greater
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L57:3: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L119:3: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L362:2: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L412:2: compares: use should.GreaterOrEqual
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L466:3: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L510:2: compares: use should.Greater
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L531:2: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/util_test.go#L50:2: error-nil: use at.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/util_test.go#L88:2: error-nil: use at.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L38:4: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L88:11: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L99:4: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L147:11: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L159:4: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L318:11: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L322:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L331:11: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L335:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L379:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L388:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L398:4: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L400:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L403:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L449:11: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L451:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L459:11: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L462:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L466:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L470:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L478:11: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L480:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L488:11: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L491:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L496:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/payload_test.go#L500:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/payload/errors_test.go#L25:3: require-error: for error assertions use require
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/parameters_test.go#L34:3: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/parameters_test.go#L40:3: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/parameters_test.go#L59:3: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/connect_test.go#L97:2: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L45:4: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L57:2: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L64:2: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L78:4: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L83:4: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L86:4: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L89:4: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L91:4: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L93:4: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L104:3: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L106:3: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L108:3: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L111:3: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L115:3: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L117:3: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L143:4: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L154:2: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L164:2: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L188:4: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L193:4: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L195:4: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L199:4: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L201:4: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L203:4: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L209:3: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L212:3: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L213:3: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L216:3: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L221:3: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/polling_test.go#L222:3: error-nil: use should.NoError
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/server_test.go#L53:4: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/server_test.go#L57:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/server_test.go#L60:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/server_test.go#L63:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/server_test.go#L66:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/server_test.go#L69:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/server_test.go#L72:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/connect_test.go#L41:4: go-require: do not use require in http handlers
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/connect_test.go#L44:4: go-require: do not use require in http handlers
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/connect_test.go#L47:4: go-require: do not use require in http handlers
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/connect_test.go#L50:4: go-require: do not use require in http handlers
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/connect_test.go#L56:4: go-require: do not use require in http handlers
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/connect_test.go#L59:4: go-require: do not use require in http handlers
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/polling/server_test.go#L33:4: go-require: do not use require in http handlers
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/websocket/websocket_test.go#L97:4: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/websocket/websocket_test.go#L103:4: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/websocket/websocket_test.go#L106:4: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/websocket/websocket_test.go#L111:4: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/websocket/websocket_test.go#L114:4: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/websocket/websocket_test.go#L117:4: go-require: require must only be used in the goroutine running the test function
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/websocket/connect_test.go#L25:3: go-require: do not use require in http handlers
https://github.com/googollee/go-socket.io/blob/master/engineio/transport/websocket/websocket_test.go#L39:3: go-require: do not use require in http handlers
https://github.com/googollee/go-socket.io/blob/master/parser/decoder_test.go#L60:4: error-nil: use must.NoError
https://github.com/googollee/go-socket.io/blob/master/parser/decoder_test.go#L71:4: error-nil: use must.NoError

Report issue: https://github.com/googollee/go-socket.io/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682588817

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/googleforgames/agones got output

https://github.com/googleforgames/agones/blob/main/test/e2e/framework/framework.go#L308:4: go-require: require must only be used in the goroutine running the test function
https://github.com/googleforgames/agones/blob/main/test/e2e/allochelper/helper_func.go#L92:6: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/allochelper/helper_func.go#L98:6: len: use assert.Len
https://github.com/googleforgames/agones/blob/main/test/e2e/allochelper/helper_func.go#L254:2: empty: use assert.NotEmpty
https://github.com/googleforgames/agones/blob/main/test/e2e/allochelper/helper_func.go#L289:6: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/cmd/allocator/main_test.go#L67:2: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/cmd/allocator/main_test.go#L89:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/cmd/allocator/main_test.go#L92:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/cmd/allocator/main_test.go#L99:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/cmd/allocator/main_test.go#L104:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/cmd/allocator/main_test.go#L177:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/cmd/allocator/main_test.go#L200:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/cmd/allocator/main_test.go#L203:6: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/cmd/allocator/main_test.go#L205:7: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/cmd/allocator/main_test.go#L152:6: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/cmd/allocator/main_test.go#L129:6: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/cmd/ping/udp_test.go#L46:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/cmd/ping/udp_test.go#L78:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/cmd/ping/udp_test.go#L105:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/cmd/ping/udp_test.go#L121:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/cmd/ping/udp_test.go#L108:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/cmd/ping/udp_test.go#L113:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/cmd/sdk-server/main_test.go#L35:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/common_test.go#L166:4: len: use assert.Len
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/fleet_test.go#L88:2: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/fleet_test.go#L94:2: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/fleet_test.go#L144:2: empty: use assert.Empty
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/fleet_test.go#L164:2: empty: use assert.Empty
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/fleet_test.go#L249:2: empty: use assert.Empty
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/gameserver_test.go#L1324:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/gameserver_test.go#L1382:5: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/gameserver_test.go#L1395:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/gameserver_test.go#L1612:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/gameserver_test.go#L1756:32: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/gameserverset_test.go#L99:2: empty: use assert.Empty
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/gameserver_test.go#L1558:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/gameserver_test.go#L1564:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/gameserver_test.go#L1420:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/gameserver_test.go#L1310:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/gameserver_test.go#L419:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/gameserver_test.go#L1509:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/gameserver_test.go#L1514:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/agones/v1/fuzz_test/roundtrip_test.go#L32:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/allocation/v1/gameserverallocation_test.go#L344:2: empty: use assert.Empty
https://github.com/googleforgames/agones/blob/main/pkg/apis/allocation/v1/gameserverallocation_test.go#L349:2: empty: use assert.Empty
https://github.com/googleforgames/agones/blob/main/pkg/apis/allocation/v1/gameserverallocation_test.go#L354:2: empty: use assert.Empty
https://github.com/googleforgames/agones/blob/main/pkg/apis/allocation/v1/gameserverallocation_test.go#L1285:2: empty: use assert.Empty
https://github.com/googleforgames/agones/blob/main/pkg/apis/allocation/v1/gameserverallocation_test.go#L952:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/allocation/v1/gameserverallocation_test.go#L1059:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/allocation/v1/gameserverallocation_test.go#L1148:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/allocation/v1/gameserverallocation_test.go#L1277:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/allocation/v1/gameserverallocation_test.go#L1380:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/allocation/v1/gameserverallocation_test.go#L55:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/allocation/v1/gameserverallocation_test.go#L169:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/allocation/v1/gameserverallocation_test.go#L128:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/allocation/v1/gameserverallocation_test.go#L837:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/allocation/v1/gameserverallocation_test.go#L1227:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/allocation/v1/gameserverallocation_test.go#L1475:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/allocation/v1/gameserverallocation_test.go#L1477:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/autoscaling/v1/fleetautoscaler_test.go#L73:3: empty: use assert.Empty
https://github.com/googleforgames/agones/blob/main/pkg/apis/autoscaling/v1/fleetautoscaler_test.go#L134:3: empty: use assert.Empty
https://github.com/googleforgames/agones/blob/main/pkg/apis/autoscaling/v1/fleetautoscaler_test.go#L144:3: empty: use assert.Empty
https://github.com/googleforgames/agones/blob/main/pkg/apis/autoscaling/v1/fleetautoscaler_test.go#L178:3: empty: use assert.Empty
https://github.com/googleforgames/agones/blob/main/pkg/apis/autoscaling/v1/fleetautoscaler_test.go#L327:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/autoscaling/v1/fleetautoscaler_test.go#L447:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/apis/multicluster/v1/gameserverallocationpolicy_test.go#L339:5: len: use assert.Len
https://github.com/googleforgames/agones/blob/main/pkg/cloudproduct/eviction/eviction_test.go#L101:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/cloudproduct/generic/generic_test.go#L74:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/cloudproduct/gke/gke_test.go#L69:5: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/pkg/cloudproduct/gke/gke_test.go#L505:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L199:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L202:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L203:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L217:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L220:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L221:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L231:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L235:6: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L252:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L255:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L256:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L270:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L273:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L274:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L320:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L346:4: bool-compare: use assert.True
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L347:4: bool-compare: use assert.False
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L348:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L349:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L362:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L370:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L404:4: bool-compare: use assert.True
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L405:4: bool-compare: use assert.False
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L406:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L407:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L420:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L428:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L476:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L502:4: bool-compare: use assert.True
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L503:4: bool-compare: use assert.False
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L504:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L505:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L518:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L527:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L571:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L605:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L625:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L626:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L634:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L661:6: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L690:6: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L723:6: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L750:6: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L793:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L809:6: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L826:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L844:4: bool-compare: use assert.True
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L845:4: bool-compare: use assert.False
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L846:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L847:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L856:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L880:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L896:6: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L907:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L916:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L925:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L944:4: bool-compare: use assert.False
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L945:4: bool-compare: use assert.False
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L946:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L947:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L956:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L976:6: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L999:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L1120:2: empty: use require.Empty
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/fleetautoscalers_test.go#L192:32: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/fleetautoscalers_test.go#L195:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/fleetautoscalers_test.go#L335:32: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/fleetautoscalers_test.go#L338:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/fleetautoscalers_test.go#L569:32: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/fleetautoscalers_test.go#L574:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/fleetautoscalers_test.go#L594:5: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/fleetautoscalers_test.go#L708:32: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/fleetautoscalers_test.go#L711:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/fleetautoscalers_test.go#L1448:5: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/fleetautoscalers_test.go#L1450:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/fleetautoscalers_test.go#L2128:5: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/fleetautoscalers_test.go#L2130:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L1063:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/fleetautoscalers_test.go#L1433:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/controller_test.go#L162:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/fleetautoscalers/fleetautoscalers_test.go#L2113:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L83:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L121:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L157:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L195:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L239:5: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L254:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L301:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L333:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L531:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L614:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L687:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L777:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L867:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L1153:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L1176:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L1228:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L1260:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L1321:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L1338:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L943:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L950:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L957:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L1393:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L1402:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/fleets/controller_test.go#L498:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocation_cache_test.go#L199:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocation_cache_test.go#L202:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocation_cache_test.go#L493:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocation_cache_test.go#L496:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocation_cache_test.go#L527:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocation_cache_test.go#L532:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L96:2: empty: use require.Empty
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L178:3: empty: use require.Empty
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L479:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L491:2: empty: use require.Empty
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L504:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L546:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L549:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L560:3: empty: use require.Empty
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L603:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L606:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L617:3: empty: use require.Empty
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L700:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L703:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L1073:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L128:4: compares: use assert.Equal
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L189:6: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L196:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L267:3: compares: use assert.Equal
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L375:3: compares: use assert.Equal
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L424:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L427:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L527:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L530:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L549:3: compares: use assert.Greaterf
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L605:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L608:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L672:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L675:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L694:3: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L745:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L748:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L76:5: empty: use require.Empty
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L229:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L247:4: empty: use require.Empty
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L251:4: empty: use require.Empty
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L265:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L268:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L300:2: empty: use require.Empty
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L328:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L331:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L626:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L636:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L802:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L810:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L818:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L826:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L834:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L842:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L928:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L961:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L109:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L112:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L115:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L119:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L764:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L1008:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L1036:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L189:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L193:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L198:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L203:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L573:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L581:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L587:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L242:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L263:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L190:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L198:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L206:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L104:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L981:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L888:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L913:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L290:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L101:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L113:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L127:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L138:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L283:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L337:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L345:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L221:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L224:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L228:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L232:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L691:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L260:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L264:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L267:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L275:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/find_test.go#L168:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L159:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L162:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L165:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L171:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L414:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L143:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L146:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L350:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/controller_test.go#L371:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocation_cache_test.go#L215:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserverallocations/allocator_test.go#L1055:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L142:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L145:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L176:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L230:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L233:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L321:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L362:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L406:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L647:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L678:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L718:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L749:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1068:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1089:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1117:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1154:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1181:3: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1310:4: bool-compare: use assert.False
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1311:4: bool-compare: use assert.True
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1355:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1619:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1661:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1690:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1743:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1776:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1885:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/health_test.go#L336:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/migration_test.go#L262:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/missing_test.go#L203:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/pernodecounter_test.go#L77:2: formatter: require.Eventuallyf call has arguments but no formatting directives
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/pernodecounter_test.go#L85:2: formatter: require.Eventuallyf call has arguments but no formatting directives
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/pernodecounter_test.go#L111:2: formatter: require.Eventuallyf call has arguments but no formatting directives
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/pernodecounter_test.go#L183:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/health_test.go#L205:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/health_test.go#L218:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1470:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/missing_test.go#L130:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/missing_test.go#L158:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1718:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1950:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/health_test.go#L420:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L946:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1023:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/health_test.go#L314:6: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L618:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/migration_test.go#L188:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L2030:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L664:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L903:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/gameservers_test.go#L105:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L988:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1796:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L264:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L267:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1763:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L471:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1979:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1997:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameservers/controller_test.go#L1604:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/gameserversets/allocation_overflow_test.go#L151:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/gameserversets/allocation_overflow_test.go#L186:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/gameserversets/controller_test.go#L530:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserversets/controller_test.go#L537:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserversets/controller_test.go#L544:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserversets/controller_test.go#L578:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserversets/controller_test.go#L696:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/gameserversets/controller_test.go#L742:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/gameserversets/controller_test.go#L788:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/gameserversets/controller_test.go#L860:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/gameserversets/controller_test.go#L901:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/gameserversets/controller_test.go#L911:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserversets/controller_test.go#L922:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/gameserversets/controller_test.go#L960:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserversets/controller_test.go#L1009:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserversets/controller_test.go#L1041:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/gameserversets/allocation_overflow_test.go#L58:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googleforgames/agones/blob/main/pkg/metrics/controller_test.go#L86:3: len: use assert.Len
https://github.com/googleforgames/agones/blob/main/pkg/metrics/controller_test.go#L757:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/googleforgames/agones/blob/main/pkg/metrics/controller_test.go#L760:2: empty: use assert.Empty
https://github.com/googleforgames/agones/blob/main/pkg/metrics/util_test.go#L87:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/metrics/controller_test.go#L753:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/metrics/controller_test.go#L755:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/metrics/controller_test.go#L592:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/portallocator/portallocator_test.go#L183:3: empty: use assert.Empty
https://github.com/googleforgames/agones/blob/main/pkg/portallocator/portallocator_test.go#L186:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/portallocator/portallocator_test.go#L462:3: empty: use assert.Empty
https://github.com/googleforgames/agones/blob/main/pkg/portallocator/portallocator_test.go#L653:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/googleforgames/agones/blob/main/pkg/portallocator/portallocator_test.go#L412:5: go-require: require must only be used in the goroutine running the test function
https://github.com/googleforgames/agones/blob/main/pkg/portallocator/portallocator_test.go#L350:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/portallocator/portallocator_test.go#L52:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/helper_test.go#L45:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/helper_test.go#L52:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L47:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L50:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L53:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L61:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L71:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L109:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L112:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L115:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L132:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L135:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L138:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L170:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L173:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L182:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L196:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L199:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L202:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L203:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L238:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L241:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L251:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L265:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L268:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L271:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L272:4: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L289:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L293:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L298:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L316:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L319:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L339:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L344:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L390:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L486:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L492:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L637:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L642:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L713:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L718:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L861:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L866:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L937:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L942:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1133:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1138:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1225:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1230:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1294:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1299:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1302:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1307:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1310:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1314:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1317:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1321:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1324:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1333:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1367:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1377:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L120:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L122:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L133:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L135:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L218:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L229:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L304:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L344:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L406:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L430:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L439:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L448:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L502:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L538:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L560:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L605:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L644:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L737:2: error-nil: use require.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L809:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L872:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L879:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L917:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L979:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1034:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1849:2: len: use assert.Len
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L2207:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L2220:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L2240:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L2273:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L2286:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L2307:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L2308:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L2338:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L2388:3: go-require: require must only be used in the goroutine running the test function
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1192:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L56:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L59:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L61:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdk_test.go#L97:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L970:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L622:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L635:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L655:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdk_test.go#L123:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L214:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L918:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L935:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L955:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1277:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L901:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1375:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L481:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L505:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L511:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L522:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L528:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L532:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L537:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L541:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L554:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L558:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L563:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L567:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L572:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L578:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L581:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L586:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L589:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L602:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L607:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L610:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1333:6: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1335:6: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1340:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L2047:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L2063:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L2117:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L425:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L829:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1100:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L677:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L331:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L337:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L357:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L360:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L364:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L374:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L378:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdk_test.go#L111:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L494:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L694:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L711:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L731:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1478:6: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1480:6: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1485:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L2277:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1895:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1911:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1915:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1627:6: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1629:6: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1634:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L387:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L395:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L398:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L402:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L408:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L412:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L416:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L87:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1023:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1025:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1057:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1067:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1073:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1081:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1085:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1091:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1095:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1101:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1105:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1117:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1131:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1151:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1209:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1223:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L1243:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdk_test.go#L86:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1792:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1794:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1798:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L1979:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L311:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L846:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L859:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/localsdk_test.go#L879:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/sdkserver/sdkserver_test.go#L2211:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/apiserver/apiserver_test.go#L98:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/apiserver/apiserver_test.go#L106:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/apiserver/apiserver_test.go#L134:7: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/apiserver/apiserver_test.go#L142:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/apiserver/apiserver_test.go#L152:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/apiserver/apiserver_test.go#L156:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/apiserver/apiserver_test.go#L164:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/apiserver/apiserver_test.go#L174:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/apiserver/apiserver_test.go#L178:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/apiserver/apiserver_test.go#L186:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/apiserver/apiserver_test.go#L193:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/apiserver/apiserver_test.go#L223:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/apiserver/apiserver_test.go#L227:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/apiserver/apiserver_test.go#L235:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/apiserver/apiserver_test.go#L289:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/apiserver/apiserver_test.go#L291:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/crd/crd_test.go#L49:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/crd/crd_test.go#L74:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/fswatch/fswatch_test.go#L40:4: go-require: assert.FailNow must only be used in the goroutine running the test function
https://github.com/googleforgames/agones/blob/main/pkg/util/https/server_test.go#L52:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/https/server_test.go#L56:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/https/server_test.go#L61:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/https/https_test.go#L30:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/runtime/runtime_test.go#L37:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/runtime/features_test.go#L53:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/runtime/features_test.go#L58:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/runtime/features_test.go#L69:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/runtime/features_test.go#L98:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/runtime/features_test.go#L46:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/webhooks/webhooks_test.go#L116:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/webhooks/webhooks_test.go#L119:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/webhooks/webhooks_test.go#L122:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/webhooks/webhooks_test.go#L196:6: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/pkg/util/webhooks/webhooks_test.go#L212:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/webhooks/webhooks_test.go#L215:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/webhooks/webhooks_test.go#L218:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/webhooks/webhooks_test.go#L222:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/workerqueue/workerqueue_test.go#L89:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/workerqueue/workerqueue_test.go#L103:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/workerqueue/workerqueue_test.go#L129:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/workerqueue/workerqueue_test.go#L135:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/workerqueue/workerqueue_test.go#L143:4: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/workerqueue/workerqueue_test.go#L150:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/workerqueue/workerqueue_test.go#L163:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/pkg/util/workerqueue/workerqueue_test.go#L166:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/pkg/util/workerqueue/workerqueue_test.go#L205:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/sdk_test.go#L45:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/sdks/go/sdk_test.go#L54:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/sdks/go/sdk_test.go#L62:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/sdks/go/sdk_test.go#L67:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/sdks/go/sdk_test.go#L88:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/sdks/go/sdk_test.go#L111:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/sdks/go/sdk_test.go#L127:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L214:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L219:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L222:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L99:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L102:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L105:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L142:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L146:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L149:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L153:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L156:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L160:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L163:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/sdk_test.go#L50:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/sdk_test.go#L58:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L114:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L118:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L121:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L125:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L128:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L132:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L135:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L254:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L258:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L262:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L265:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L270:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L274:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L73:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L77:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L82:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L85:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L90:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L93:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/alpha_test.go#L34:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/alpha_test.go#L38:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/alpha_test.go#L43:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/alpha_test.go#L48:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/alpha_test.go#L52:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/alpha_test.go#L58:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/alpha_test.go#L63:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/alpha_test.go#L67:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/alpha_test.go#L71:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L228:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L232:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L236:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L239:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L244:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/sdks/go/beta_test.go#L248:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/allocator_test.go#L249:6: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/allocator_test.go#L261:6: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/allocator_test.go#L270:6: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/allocator_test.go#L274:6: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/allocator_test.go#L443:7: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/allocator_test.go#L452:7: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/allocator_test.go#L456:7: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/allocator_test.go#L495:6: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/allocator_test.go#L506:6: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/allocator_test.go#L515:6: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/allocator_test.go#L519:6: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/allocator_test.go#L571:6: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/allocator_test.go#L601:6: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L104:3: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L902:2: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L914:2: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L936:2: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L959:2: error-nil: use require.Error
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L961:2: negative-positive: use assert.Positive
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L1513:2: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L1522:2: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L67:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L85:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L92:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L149:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L174:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L207:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L221:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L243:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L279:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L308:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L341:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L357:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L545:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L564:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L582:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L585:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L598:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L619:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L59:2: len: use assert.Len
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L74:2: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L145:2: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L210:2: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L231:6: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L266:2: negative-positive: use assert.Positive
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L592:2: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L619:2: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L688:2: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L736:2: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L781:2: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L821:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L832:2: empty: use assert.Empty
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L863:2: empty: use assert.Empty
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L886:2: empty: use require.Empty
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L905:2: empty: use require.Empty
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L956:2: empty: use require.Empty
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L1005:2: empty: use require.Empty
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L1029:2: empty: use require.Empty
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L1049:2: empty: use assert.Empty
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L1068:2: compares: use assert.NotEqual
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L1073:2: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L1082:2: error-nil: use assert.Error
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L1101:2: empty: use require.Empty
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L1165:3: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L1203:3: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L1248:2: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L1276:2: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L1665:2: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L1764:2: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L1777:2: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L1788:2: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L1792:2: expected-actual: need to reverse actual and expected values
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L991:8: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L1004:7: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L1028:8: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L1052:7: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L1073:7: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L1133:7: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L1148:8: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L1158:7: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L1239:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L1250:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L1268:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L1271:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L1278:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L1281:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L1290:6: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L1304:2: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L1310:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L1313:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L1371:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserverallocation_test.go#L1389:5: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/ping_test.go#L106:3: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L841:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L849:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L516:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/allocator_test.go#L412:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L395:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L401:6: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L417:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L1442:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L1466:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L1741:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L1320:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L1658:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L1231:3: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L101:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L1200:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L1318:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L1330:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L1353:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L513:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L559:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L1036:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L1293:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L1299:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L1317:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L1353:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L1385:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L317:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L1560:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L1573:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleet_test.go#L1605:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L1430:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L1437:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/allocator_test.go#L330:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L254:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L266:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/gameserver_test.go#L468:5: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/fleetautoscaler_test.go#L935:4: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/allocator_test.go#L75:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/allocator_test.go#L170:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/allocator/pod_termination_test.go#L75:6: error-nil: use assert.NoError
https://github.com/googleforgames/agones/blob/main/test/e2e/controller/crash_test.go#L48:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/controller/crash_test.go#L52:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/controller/crash_test.go#L54:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/controller/crash_test.go#L57:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/extensions/high_availability_test.go#L36:2: require-error: for error assertions use require
https://github.com/googleforgames/agones/blob/main/test/e2e/extensions/high_availability_test.go#L75:2: require-error: for error assertions use require

Report issue: https://github.com/googleforgames/agones/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682576977

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/chriswalz/bit got output

https://github.com/chriswalz/bit/blob/master/cmd/cmd_test.go#L88:3: empty: use assert.NotEmptyf
https://github.com/chriswalz/bit/blob/master/cmd/cmd_test.go#L90:3: expected-actual: need to reverse actual and expected values
https://github.com/chriswalz/bit/blob/master/cmd/cmd_test.go#L91:3: expected-actual: need to reverse actual and expected values
https://github.com/chriswalz/bit/blob/master/cmd/cmd_test.go#L93:3: expected-actual: need to reverse actual and expected values
https://github.com/chriswalz/bit/blob/master/cmd/cmd_test.go#L209:3: error-nil: use assert.NoError
https://github.com/chriswalz/bit/blob/master/cmd/cmd_test.go#L114:2: require-error: for error assertions use require

Report issue: https://github.com/chriswalz/bit/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682587513

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/go-git/go-git got output

https://github.com/go-git/go-git/blob/master/worktree_test.go#L2412:2: require-error: for error assertions use require
https://github.com/go-git/go-git/blob/master/worktree_test.go#L2414:2: require-error: for error assertions use require
https://github.com/go-git/go-git/blob/master/worktree_test.go#L2418:2: require-error: for error assertions use require
https://github.com/go-git/go-git/blob/master/worktree_test.go#L2426:2: require-error: for error assertions use require
https://github.com/go-git/go-git/blob/master/worktree_test.go#L2430:2: require-error: for error assertions use require
https://github.com/go-git/go-git/blob/master/worktree_test.go#L2432:2: require-error: for error assertions use require
https://github.com/go-git/go-git/blob/master/worktree_test.go#L2436:2: require-error: for error assertions use require
https://github.com/go-git/go-git/blob/master/worktree_test.go#L2438:2: require-error: for error assertions use require
https://github.com/go-git/go-git/blob/master/storage/filesystem/dotgit/dotgit_test.go#L931:2: require-error: for error assertions use require
https://github.com/go-git/go-git/blob/master/storage/filesystem/dotgit/dotgit_test.go#L942:2: require-error: for error assertions use require
https://github.com/go-git/go-git/blob/master/storage/filesystem/dotgit/dotgit_test.go#L947:2: require-error: for error assertions use require
https://github.com/go-git/go-git/blob/master/storage/filesystem/dotgit/dotgit_test.go#L952:2: require-error: for error assertions use require
https://github.com/go-git/go-git/blob/master/storage/filesystem/dotgit/dotgit_test.go#L894:4: require-error: for error assertions use require
https://github.com/go-git/go-git/blob/master/storage/filesystem/dotgit/dotgit_test.go#L904:4: require-error: for error assertions use require
https://github.com/go-git/go-git/blob/master/storage/filesystem/dotgit/dotgit_test.go#L914:5: require-error: for error assertions use require
https://github.com/go-git/go-git/blob/master/storage/filesystem/dotgit/dotgit_test.go#L916:5: require-error: for error assertions use require

Report issue: https://github.com/go-git/go-git/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682588435

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/go-flutter-desktop/go-flutter got output

-: # github.com/go-gl/glfw/v3.3/glfw
In file included from ./glfw/src/internal.h:188,
from ./glfw/src/context.c:30,
from ../../../../go/pkg/mod/github.com/go-gl/glfw/v3.3/glfw@v0.0.0-20220806181222-55e207c401ad/c_glfw.go#L4:
./glfw/src/x11_platform.h:36:10: fatal error: X11/Xcursor/Xcursor.h: No such file or directory
36 | #include <X11/Xcursor/Xcursor.h>
|          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
/home/runner/go/pkg/mod/github.com/go-gl/glfw/v3.3/glfw@v0.0.0-20220806181222-55e207c401ad/build.go#L53:8: could not import C (no metadata for C)
-: # github.com/go-gl/gl/v3.3-core/gl
# [pkg-config --cflags  -- gl gl]
Package gl was not found in the pkg-config search path.
Perhaps you should add the directory containing `gl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gl' found
Package gl was not found in the pkg-config search path.
Perhaps you should add the directory containing `gl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gl' found
/home/runner/go/pkg/mod/github.com/go-gl/gl@v0.0.0-20211210172815-726fda9656d6/v3.3-core/gl/conversions.go#L13:8: could not import C (no metadata for C)
testifylint: 4 errors during loading

Report issue: https://github.com/go-flutter-desktop/go-flutter/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682592409

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/uber/kraken got output

https://github.com/uber/kraken/blob/master/core/metainfo_test.go#L116:4: compares: use require.Less
https://github.com/uber/kraken/blob/master/lib/backend/manager_test.go#L57:4: compares: use require.Same
https://github.com/uber/kraken/blob/master/lib/backend/gcsbackend/client_test.go#L225:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/backend/hdfsbackend/webhdfs/client_test.go#L67:3: go-require: do not use require in http handlers
https://github.com/uber/kraken/blob/master/lib/backend/hdfsbackend/webhdfs/client_test.go#L68:3: go-require: do not use require in http handlers
https://github.com/uber/kraken/blob/master/lib/backend/hdfsbackend/webhdfs/client_test.go#L260:4: go-require: do not use require in http handlers
https://github.com/uber/kraken/blob/master/lib/backend/hdfsbackend/webhdfs/client_test.go#L261:4: go-require: do not use require in http handlers
https://github.com/uber/kraken/blob/master/lib/backend/hdfsbackend/webhdfs/client_test.go#L282:4: go-require: do not use require in http handlers
https://github.com/uber/kraken/blob/master/lib/backend/httpbackend/http_test.go#L50:3: go-require: do not use require in http handlers
https://github.com/uber/kraken/blob/master/lib/backend/registrybackend/blobclient_test.go#L51:3: go-require: do not use require in http handlers
https://github.com/uber/kraken/blob/master/lib/backend/registrybackend/blobclient_test.go#L81:3: go-require: do not use require in http handlers
https://github.com/uber/kraken/blob/master/lib/backend/registrybackend/tagclient_test.go#L50:3: go-require: do not use require in http handlers
https://github.com/uber/kraken/blob/master/lib/backend/registrybackend/tagclient_test.go#L56:3: go-require: do not use require in http handlers
https://github.com/uber/kraken/blob/master/lib/backend/shadowbackend/client_test.go#L266:5: require-error: for error assertions use require
https://github.com/uber/kraken/blob/master/lib/backend/shadowbackend/client_test.go#L401:2: require-error: for error assertions use require
https://github.com/uber/kraken/blob/master/lib/backend/shadowbackend/client_test.go#L292:2: require-error: for error assertions use require
https://github.com/uber/kraken/blob/master/lib/backend/shadowbackend/client_test.go#L177:5: require-error: for error assertions use require
https://github.com/uber/kraken/blob/master/lib/backend/shadowbackend/client_test.go#L182:5: require-error: for error assertions use require
https://github.com/uber/kraken/blob/master/lib/backend/sqlbackend/client_test.go#L96:5: error-nil: use assert.NoError
https://github.com/uber/kraken/blob/master/lib/backend/sqlbackend/client_test.go#L218:2: empty: use assert.Empty
https://github.com/uber/kraken/blob/master/lib/backend/sqlbackend/client_test.go#L227:2: empty: use assert.Empty
https://github.com/uber/kraken/blob/master/lib/backend/sqlbackend/client_test.go#L233:2: empty: use assert.Empty
https://github.com/uber/kraken/blob/master/lib/backend/sqlbackend/client_test.go#L239:2: empty: use assert.Empty
https://github.com/uber/kraken/blob/master/lib/backend/sqlbackend/client_test.go#L225:2: require-error: for error assertions use require
https://github.com/uber/kraken/blob/master/lib/backend/sqlbackend/client_test.go#L231:2: require-error: for error assertions use require
https://github.com/uber/kraken/blob/master/lib/backend/sqlbackend/client_test.go#L237:2: require-error: for error assertions use require
https://github.com/uber/kraken/blob/master/lib/backend/sqlbackend/client_test.go#L130:2: require-error: for error assertions use require
https://github.com/uber/kraken/blob/master/lib/backend/sqlbackend/client_test.go#L216:2: require-error: for error assertions use require
https://github.com/uber/kraken/blob/master/lib/backend/sqlbackend/client_test.go#L92:5: require-error: for error assertions use require
https://github.com/uber/kraken/blob/master/lib/backend/sqlbackend/client_test.go#L151:2: require-error: for error assertions use require
https://github.com/uber/kraken/blob/master/lib/backend/sqlbackend/client_test.go#L156:2: require-error: for error assertions use require
https://github.com/uber/kraken/blob/master/lib/backend/sqlbackend/client_test.go#L160:2: require-error: for error assertions use require
https://github.com/uber/kraken/blob/master/lib/backend/sqlbackend/client_test.go#L170:2: require-error: for error assertions use require
https://github.com/uber/kraken/blob/master/lib/backend/sqlbackend/benchmark/client_test.go#L119:3: compares: use assert.GreaterOrEqual
https://github.com/uber/kraken/blob/master/lib/backend/sqlbackend/benchmark/client_test.go#L135:3: compares: use assert.GreaterOrEqual
https://github.com/uber/kraken/blob/master/lib/dockerregistry/metadata_test.go#L39:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/dockerregistry/transfer/ro_transferer_test.go#L191:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/dockerregistry/transfer/ro_transferer_test.go#L193:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/dockerregistry/transfer/ro_transferer_test.go#L194:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L51:4: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L52:4: bool-compare: use assert.False
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L53:4: bool-compare: use assert.False
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L54:4: bool-compare: use assert.False
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L74:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L78:3: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L79:3: bool-compare: use assert.False
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L80:3: bool-compare: use assert.False
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L81:3: bool-compare: use assert.False
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L92:3: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L93:3: bool-compare: use assert.False
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L94:3: bool-compare: use assert.False
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L95:3: bool-compare: use assert.False
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L154:2: len: use assert.Len
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L175:2: len: use assert.Len
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L186:5: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L206:2: len: use assert.Len
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L222:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L238:5: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L262:5: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/hrw/rendezvous_test.go#L263:5: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/hrw/testutils_test.go#L30:3: nil-compare: use assert.NotNil
https://github.com/uber/kraken/blob/master/lib/middleware/middleware_test.go#L61:4: len: use require.Len
https://github.com/uber/kraken/blob/master/lib/middleware/middleware_test.go#L93:2: len: use require.Len
https://github.com/uber/kraken/blob/master/lib/middleware/middleware_test.go#L146:4: len: use require.Len
https://github.com/uber/kraken/blob/master/lib/persistedretry/tagreplication/store_test.go#L117:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/persistedretry/tagreplication/store_test.go#L118:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/persistedretry/writeback/store_test.go#L83:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/persistedretry/writeback/store_test.go#L84:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/store/ca_store_test.go#L68:2: compares: use require.Greater
https://github.com/uber/kraken/blob/master/lib/store/ca_store_test.go#L69:2: compares: use require.Greater
https://github.com/uber/kraken/blob/master/lib/store/ca_store_test.go#L70:2: compares: use require.Greater
https://github.com/uber/kraken/blob/master/lib/store/ca_store_test.go#L133:2: compares: use require.Greater
https://github.com/uber/kraken/blob/master/lib/store/ca_store_test.go#L134:2: compares: use require.Greater
https://github.com/uber/kraken/blob/master/lib/store/ca_store_test.go#L135:2: compares: use require.Greater
https://github.com/uber/kraken/blob/master/lib/store/ca_store_test.go#L136:2: compares: use require.Greater
https://github.com/uber/kraken/blob/master/lib/store/cleanup_test.go#L250:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/cleanup_test.go#L254:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/cleanup_test.go#L258:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/ca_download_store_test.go#L40:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/store/ca_download_store_test.go#L41:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/store/ca_download_store_test.go#L42:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/store/base/file_entry_test.go#L388:2: error-nil: use require.NoError
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L67:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L68:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L69:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L112:2: compares: use require.GreaterOrEqual
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L113:2: compares: use require.Equal
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L114:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L136:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L179:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L213:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L214:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L215:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L260:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L261:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L262:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L308:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L309:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L310:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_op_test.go#L97:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_op_test.go#L98:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_op_test.go#L335:4: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_op_test.go#L336:4: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_op_test.go#L375:4: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_op_test.go#L376:4: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_op_test.go#L395:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_op_test.go#L396:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/lib/store/base/file_op_test.go#L465:2: len: use require.Len
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L151:5: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L153:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/store/base/file_map_test.go#L206:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/scheduler_test.go#L83:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/scheduler_test.go#L85:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/scheduler_test.go#L86:4: go-require: leecher.checkTorrent contains assertions that must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/scheduler_test.go#L125:5: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/scheduler_test.go#L126:5: go-require: p.checkTorrent contains assertions that must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/scheduler_test.go#L165:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/scheduler_test.go#L166:4: go-require: p.checkTorrent contains assertions that must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/scheduler_test.go#L282:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/announcequeue/queue_test.go#L79:5: compares: use require.NotEqual
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L58:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L61:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L62:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L63:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L64:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L65:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L66:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L69:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L70:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L71:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L72:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L80:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L81:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L82:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L83:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L84:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L85:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L108:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L111:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L121:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/conn/handshaker_test.go#L123:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/dispatch/dispatcher_test.go#L154:5: compares: use require.LessOrEqual
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/dispatch/dispatcher_test.go#L158:5: compares: use require.LessOrEqual
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/dispatch/dispatcher_test.go#L160:5: compares: use require.LessOrEqual
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/dispatch/dispatcher_test.go#L151:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/dispatch/dispatcher_test.go#L154:5: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/dispatch/dispatcher_test.go#L158:5: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/scheduler/dispatch/dispatcher_test.go#L160:5: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/storage/agentstorage/torrent_test.go#L207:5: len: use require.Len
https://github.com/uber/kraken/blob/master/lib/torrent/storage/agentstorage/torrent_test.go#L208:5: len: use require.Len
https://github.com/uber/kraken/blob/master/lib/torrent/storage/agentstorage/torrent_archive_test.go#L189:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/storage/agentstorage/torrent_archive_test.go#L190:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/storage/agentstorage/torrent_test.go#L141:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/storage/agentstorage/torrent_test.go#L185:5: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/storage/agentstorage/torrent_test.go#L193:6: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/storage/agentstorage/torrent_test.go#L200:6: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/storage/agentstorage/torrent_test.go#L206:5: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/storage/agentstorage/torrent_test.go#L207:5: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/storage/agentstorage/torrent_test.go#L208:5: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/storage/agentstorage/torrent_test.go#L209:5: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/storage/agentstorage/torrent_test.go#L277:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/storage/originstorage/torrent_test.go#L80:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/storage/originstorage/torrent_test.go#L83:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/lib/torrent/storage/originstorage/torrent_test.go#L84:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/tracker/peerstore/local_test.go#L140:5: compares: use require.LessOrEqual
https://github.com/uber/kraken/blob/master/tracker/peerstore/redis_test.go#L56:2: expected-actual: need to reverse actual and expected values
https://github.com/uber/kraken/blob/master/tracker/peerstore/local_test.go#L132:5: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/tracker/peerstore/local_test.go#L139:5: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/tracker/peerstore/local_test.go#L140:5: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/utils/bandwidth/limiter_test.go#L112:7: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/utils/configutil/config_test.go#L225:3: error-nil: use require.Error
https://github.com/uber/kraken/blob/master/utils/dedup/limiter_test.go#L101:2: compares: use require.Less
https://github.com/uber/kraken/blob/master/utils/dedup/limiter_test.go#L59:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/utils/dedup/limiter_test.go#L91:4: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/utils/diskspaceutil/diskspaceutil_test.go#L15:2: bool-compare: use require.True
https://github.com/uber/kraken/blob/master/utils/diskspaceutil/diskspaceutil_test.go#L16:2: bool-compare: use require.True
https://github.com/uber/kraken/blob/master/utils/lockermap/map_test.go#L48:6: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/utils/lockermap/map_test.go#L101:3: go-require: require must only be used in the goroutine running the test function
https://github.com/uber/kraken/blob/master/utils/lockermap/map_test.go#L152:4: go-require: require must only be used in the goroutine running the test function

Report issue: https://github.com/uber/kraken/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682582195

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/kubernetes/kube-state-metrics got output

https://github.com/kubernetes/kube-state-metrics/blob/main/pkg/customresourcestate/config_test.go#L53:4: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kube-state-metrics/blob/main/pkg/customresourcestate/config_test.go#L34:2: require-error: for error assertions use require
https://github.com/kubernetes/kube-state-metrics/blob/main/pkg/customresourcestate/config_test.go#L40:3: require-error: for error assertions use require

Report issue: https://github.com/kubernetes/kube-state-metrics/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682583625

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/TencentBlueKing/bk-cmdb got output

-: # configcenter/src/apimachinery/fake
src/apimachinery/fake/main.go#L26:3: unknown field ZkAddr in struct literal of type "configcenter/src/apimachinery/util".APIMachineryConfig
src/apimachinery/fake/main.go#L38:49: not enough arguments in call to apimachinery.NewApiMachinery
have (*"configcenter/src/apimachinery/util".APIMachineryConfig)
want (*"configcenter/src/apimachinery/util".APIMachineryConfig, discovery.DiscoveryInterface)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/apimachinery/fake/main.go#L26:3: unknown field ZkAddr in struct literal of type "configcenter/src/apimachinery/util".APIMachineryConfig
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/apimachinery/fake/main.go#L38:51: not enough arguments in call to apimachinery.NewApiMachinery
have (*"configcenter/src/apimachinery/util".APIMachineryConfig)
want (*"configcenter/src/apimachinery/util".APIMachineryConfig, discovery.DiscoveryInterface)
-: # configcenter/src/common/http/httpserver
src/common/http/httpserver/server.go#L143:24: undefined: ssl.ServerTslConf
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/http/httpserver/server.go#L143:24: undefined: ssl.ServerTslConf
src/framework/common/rest/type.go#L19:2: package configcenter/src/framework/clientset/discovery is not in std (/opt/hostedtoolcache/go/1.22.4/x64/src/configcenter/src/framework/clientset/discovery)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/framework/common/rest/type.go#L16:2: could not import net/http (no metadata for net/http)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/framework/common/rest/type.go#L18:2: could not import configcenter/src/apimachinery/flowctrl (no metadata for configcenter/src/apimachinery/flowctrl)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/framework/common/rest/type.go#L19:2: could not import configcenter/src/framework/clientset/discovery (no metadata for configcenter/src/framework/clientset/discovery)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/framework/common/rest/type.go#L20:8: could not import configcenter/src/framework/common/http (no metadata for configcenter/src/framework/common/http)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/framework/common/rest/type.go#L43:11: undefined: discovery
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/framework/common/rest/type.go#L19:2: "configcenter/src/framework/clientset/discovery" imported as rest and not used
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/framework/clientset/model/set.go#L83:76: ctx.ModuleID undefined (type *"configcenter/src/framework/clientset/types".UpdateSetCtx has no field or method ModuleID)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/framework/clientset/clientset.go#L25:2: rest redeclared in this block
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/framework/clientset/clientset.go#L21:2:  other declaration of rest
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/framework/clientset/clientset.go#L67:14: undefined: rest.ClientInterface
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/framework/clientset/clientset.go#L38:15: undefined: discovery
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/framework/clientset/clientset.go#L55:16: undefined: rest.NewRESTClient
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/framework/clientset/clientset.go#L25:2: "configcenter/src/framework/common/rest" imported and not used
-: # configcenter/src/apimachinery [configcenter/src/apimachinery.test]
src/apimachinery/clientset_coreservice_model_test.go#L203:45: mockAPI.MockDo(resp).CoreService().Model().DeleteModelClassificationCascade undefined (type "configcenter/src/apimachinery/coreservice/model".ModelClientInterface has no field or method DeleteModelClassificationCascade)
src/apimachinery/clientset_coreservice_model_test.go#L204:44: mockAPI.CoreService().Model().DeleteModelClassificationCascade undefined (type "configcenter/src/apimachinery/coreservice/model".ModelClientInterface has no field or method DeleteModelClassificationCascade)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/apimachinery/clientset_coreservice_model_test.go#L203:45: mockAPI.MockDo(resp).CoreService().Model().DeleteModelClassificationCascade undefined (type model.ModelClientInterface has no field or method DeleteModelClassificationCascade)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/apimachinery/clientset_coreservice_model_test.go#L204:44: mockAPI.CoreService().Model().DeleteModelClassificationCascade undefined (type model.ModelClientInterface has no field or method DeleteModelClassificationCascade)
-: # configcenter/src/common [configcenter/src/common.test]
src/common/tablenames_test.go#L36:31: not enough arguments in call to GetInstTableName
have (string)
want (string, string)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/tablenames_test.go#L36:44: not enough arguments in call to GetInstTableName
have (string)
want (string, string)
-: import cycle not allowed in test
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/metadata/result_test.go#L7:2: could not import configcenter/src/common/metadata (import cycle: [configcenter/src/common/metadata [configcenter/src/common/metadata.test]])
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/metadata/core_service_test.go#L37:3: unknown field SetID in struct literal of type HostModuleRelationRequest
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/metadata/core_service_test.go#L43:3: unknown field ModuleID in struct literal of type HostModuleRelationRequest
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/metadata/core_service_test.go#L50:3: unknown field HostID in struct literal of type HostModuleRelationRequest
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/metadata/core_service_test.go#L58:3: unknown field HostID in struct literal of type HostModuleRelationRequest
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/metadata/core_service_test.go#L59:3: unknown field ModuleID in struct literal of type HostModuleRelationRequest
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/metadata/core_service_test.go#L60:3: unknown field SetID in struct literal of type HostModuleRelationRequest
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/metadata/core_service_test.go#L67:3: unknown field HostID in struct literal of type HostModuleRelationRequest
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/metadata/core_service_test.go#L68:3: unknown field ModuleID in struct literal of type HostModuleRelationRequest
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/metadata/core_service_test.go#L69:3: unknown field SetID in struct literal of type HostModuleRelationRequest
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/metadata/core_service_test.go#L75:3: unknown field HostID in struct literal of type HostModuleRelationRequest
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/metadata/core_service_test.go#L76:3: unknown field ModuleID in struct literal of type HostModuleRelationRequest
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/metadata/core_service_test.go#L77:3: unknown field SetID in struct literal of type HostModuleRelationRequest
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/metadata/core_service_test.go#L84:3: unknown field HostID in struct literal of type HostModuleRelationRequest
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/metadata/core_service_test.go#L85:3: unknown field SetID in struct literal of type HostModuleRelationRequest
-: # configcenter/src/common/querybuilder_test [configcenter/src/common/querybuilder.test]
src/common/querybuilder/types_test.go#L177:17: not enough arguments in call to rule.Validate
have ()
want (*querybuilder.RuleOption)
src/common/querybuilder/types_test.go#L222:17: not enough arguments in call to rule.Validate
have ()
want (*querybuilder.RuleOption)
src/common/querybuilder/types_test.go#L286:17: not enough arguments in call to rule.Validate
have ()
want (*querybuilder.RuleOption)
src/common/querybuilder/types_test.go#L310:17: not enough arguments in call to rule.Validate
have ()
want (*querybuilder.RuleOption)
src/common/querybuilder/types_test.go#L349:17: not enough arguments in call to rule.Validate
have ()
want (*querybuilder.RuleOption)
src/common/querybuilder/types_test.go#L386:17: not enough arguments in call to rule.Validate
have ()
want (*querybuilder.RuleOption)
src/common/querybuilder/types_test.go#L417:17: not enough arguments in call to rule.Validate
have ()
want (*querybuilder.RuleOption)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/querybuilder/types_test.go#L177:31: not enough arguments in call to rule.Validate
have ()
want (*querybuilder.RuleOption)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/querybuilder/types_test.go#L222:31: not enough arguments in call to rule.Validate
have ()
want (*querybuilder.RuleOption)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/querybuilder/types_test.go#L286:31: not enough arguments in call to rule.Validate
have ()
want (*querybuilder.RuleOption)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/querybuilder/types_test.go#L310:31: not enough arguments in call to rule.Validate
have ()
want (*querybuilder.RuleOption)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/querybuilder/types_test.go#L349:31: not enough arguments in call to rule.Validate
have ()
want (*querybuilder.RuleOption)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/querybuilder/types_test.go#L386:31: not enough arguments in call to rule.Validate
have ()
want (*querybuilder.RuleOption)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/querybuilder/types_test.go#L417:31: not enough arguments in call to rule.Validate
have ()
want (*querybuilder.RuleOption)
-: # configcenter/src/common/util [configcenter/src/common/util.test]
src/common/util/ownerutil_test.go#L107:26: cannot use tt.args.condition (variable of type interface{}) as map[string]interface{} value in argument to SetModOwner: need type assertion
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/util/ownerutil_test.go#L107:26: cannot use tt.args.condition (variable of type interface{}) as map[string]interface{} value in argument to SetModOwner: need type assertion
-: # configcenter/src/common/valid/attribute [configcenter/src/common/valid/attribute.test]
src/common/valid/attribute/attribute_test.go#L111:9: cannot use 1 (untyped int constant) as string value in struct literal
src/common/valid/attribute/attribute_test.go#L112:9: cannot use 100 (untyped int constant) as string value in struct literal
src/common/valid/attribute/attribute_test.go#L134:9: cannot use 101 (untyped int constant) as string value in struct literal
src/common/valid/attribute/attribute_test.go#L135:9: cannot use 100 (untyped int constant) as string value in struct literal
src/common/valid/attribute/attribute_test.go#L150:74: cannot use tt.args.isMultiple (variable of type bool) as *bool value in argument to ValidPropertyOption
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/valid/attribute/attribute_test.go#L111:9: cannot use 1 (untyped int constant) as string value in struct literal
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/valid/attribute/attribute_test.go#L112:9: cannot use 100 (untyped int constant) as string value in struct literal
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/valid/attribute/attribute_test.go#L134:9: cannot use 101 (untyped int constant) as string value in struct literal
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/valid/attribute/attribute_test.go#L135:9: cannot use 100 (untyped int constant) as string value in struct literal
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/common/valid/attribute/attribute_test.go#L150:74: cannot use tt.args.isMultiple (variable of type bool) as *bool value in argument to ValidPropertyOption
-: # configcenter/src/scene_server/host_server/logics [configcenter/src/scene_server/host_server/logics.test]
src/scene_server/host_server/logics/agent_test.go#L43:12: undefined: ParseHostSnap
src/scene_server/host_server/logics/agent_test.go#L77:10: undefined: HostSnap
src/scene_server/host_server/logics/agent_test.go#L88:13: undefined: ParseHostSnap
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/scene_server/host_server/logics/agent_test.go#L43:12: undefined: ParseHostSnap
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/scene_server/host_server/logics/agent_test.go#L77:10: undefined: HostSnap
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/scene_server/host_server/logics/agent_test.go#L88:13: undefined: ParseHostSnap
-: # configcenter/src/source_controller/coreservice/core/association_test [configcenter/src/source_controller/coreservice/core/association.test]
src/source_controller/coreservice/core/association/mock_test.go#L36:52: undefined: core.ContextParams
src/source_controller/coreservice/core/association/mock_test.go#L41:51: undefined: core.ContextParams
src/source_controller/coreservice/core/association/mock_test.go#L46:62: undefined: core.ContextParams
src/source_controller/coreservice/core/association/mock_test.go#L51:49: undefined: core.ContextParams
src/source_controller/coreservice/core/association/mock_test.go#L58:48: undefined: core.ContextParams
src/source_controller/coreservice/core/association/mock_test.go#L63:51: undefined: core.ContextParams
src/source_controller/coreservice/core/association/mock_test.go#L68:61: undefined: core.ContextParams
src/source_controller/coreservice/core/association/mock_test.go#L73:59: undefined: core.ContextParams
src/source_controller/coreservice/core/association/mock_test.go#L77:52: undefined: core.ContextParams
src/source_controller/coreservice/core/association/mock_test.go#L102:30: undefined: core.ContextParams
src/source_controller/coreservice/core/association/mock_test.go#L102:30: too many errors
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L36:52: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L41:51: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L46:62: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L51:49: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L58:48: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L63:51: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L68:61: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L73:59: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L77:52: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L102:30: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L83:26: cannot use "mongodb://cc:cc@localhost:27010,localhost:27011,localhost:27012,localhost:27013/cmdb" (untyped string constant "mongodb://cc:cc@localhost:27010,localhost:27011,localhost:27012,loca...) as local.MongoConf value in argument to local.NewMgo
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L85:19: cannot use db (variable of type *local.Mongo) as "configcenter/src/source_controller/coreservice/core/model".OperationDependences value in argument to model.New: *local.Mongo does not implement "configcenter/src/source_controller/coreservice/core/model".OperationDependences (missing method CascadeDeleteAssociation)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L85:23: cannot use &mockDependences{} (value of type *mockDependences) as language.CCLanguageIf value in argument to model.New: *mockDependences does not implement language.CCLanguageIf (missing method CreateDefaultCCLanguageIf)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L90:26: cannot use "mongodb://cc:cc@localhost:27010,localhost:27011,localhost:27012,localhost:27013/cmdb" (untyped string constant "mongodb://cc:cc@localhost:27010,localhost:27011,localhost:27012,loca...) as local.MongoConf value in argument to local.NewMgo
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L92:29: too many arguments in call to association.New
have (*local.Mongo, *mockDependences)
want ("configcenter/src/source_controller/coreservice/core/association".OperationDependencies)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L97:26: cannot use "mongodb://cc:cc@localhost:27010,localhost:27011,localhost:27012,localhost:27013/cmdb" (untyped string constant "mongodb://cc:cc@localhost:27010,localhost:27011,localhost:27012,loca...) as local.MongoConf value in argument to local.NewMgo
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L99:45: not enough arguments in call to instances.New
have (*local.Mongo, *instDependences)
want (instances.OperationDependences, language.CCLanguageIf, apimachinery.ClientSetInterface)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L103:57: not enough arguments in call to errors.New
have (string)
want (int, string)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L103:12: assignment mismatch: 2 variables but errors.New returns 1 value
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/association/mock_test.go#L105:14: undefined: core.ContextParams
-: # configcenter/src/source_controller/coreservice/core/instances_test [configcenter/src/source_controller/coreservice/core/instances.test]
src/source_controller/coreservice/core/instances/mock_test.go#L35:52: undefined: core.ContextParams
src/source_controller/coreservice/core/instances/mock_test.go#L40:51: undefined: core.ContextParams
src/source_controller/coreservice/core/instances/mock_test.go#L45:62: undefined: core.ContextParams
src/source_controller/coreservice/core/instances/mock_test.go#L50:49: undefined: core.ContextParams
src/source_controller/coreservice/core/instances/mock_test.go#L56:26: cannot use "mongodb://cc:cc@localhost:27010,localhost:27011,localhost:27012,localhost:27013/cmdb" (untyped string constant "mongodb://cc:cc@localhost:27010,localhost:27011,localhost:27012,loca...) as local.MongoConf value in argument to local.NewMgo
src/source_controller/coreservice/core/instances/mock_test.go#L58:27: not enough arguments in call to instances.New
have (*local.Mongo, *mockDependences)
want (instances.OperationDependences, "configcenter/src/common/language".CCLanguageIf, apimachinery.ClientSetInterface)
src/source_controller/coreservice/core/instances/mock_test.go#L61:30: undefined: core.ContextParams
src/source_controller/coreservice/core/instances/mock_test.go#L62:12: assignment mismatch: 2 variables but errors.New returns 1 value
src/source_controller/coreservice/core/instances/mock_test.go#L62:23: not enough arguments in call to errors.New
have (string)
want (int, string)
src/source_controller/coreservice/core/instances/mock_test.go#L64:14: undefined: core.ContextParams
src/source_controller/coreservice/core/instances/mock_test.go#L64:14: too many errors
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/instances/mock_test.go#L35:52: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/instances/mock_test.go#L40:51: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/instances/mock_test.go#L45:62: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/instances/mock_test.go#L50:49: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/instances/mock_test.go#L61:30: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/instances/mock_test.go#L56:26: cannot use "mongodb://cc:cc@localhost:27010,localhost:27011,localhost:27012,localhost:27013/cmdb" (untyped string constant "mongodb://cc:cc@localhost:27010,localhost:27011,localhost:27012,loca...) as local.MongoConf value in argument to local.NewMgo
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/instances/mock_test.go#L58:45: not enough arguments in call to instances.New
have (*local.Mongo, *mockDependences)
want (instances.OperationDependences, language.CCLanguageIf, apimachinery.ClientSetInterface)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/instances/mock_test.go#L62:57: not enough arguments in call to errors.New
have (string)
want (int, string)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/instances/mock_test.go#L62:12: assignment mismatch: 2 variables but errors.New returns 1 value
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/instances/mock_test.go#L64:14: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/instances/mock_test.go#L25:2: "configcenter/src/storage/dal/mongo" imported and not used
-: # configcenter/src/source_controller/coreservice/core/model_test [configcenter/src/source_controller/coreservice/core/model.test]
src/source_controller/coreservice/core/model/mock_test.go#L33:48: undefined: core.ContextParams
src/source_controller/coreservice/core/model/mock_test.go#L38:51: undefined: core.ContextParams
src/source_controller/coreservice/core/model/mock_test.go#L43:61: undefined: core.ContextParams
src/source_controller/coreservice/core/model/mock_test.go#L48:59: undefined: core.ContextParams
src/source_controller/coreservice/core/model/mock_test.go#L54:26: cannot use "mongodb://cc:cc@localhost:27010,localhost:27011,localhost:27012,localhost:27013/cmdb" (untyped string constant "mongodb://cc:cc@localhost:27010,localhost:27011,localhost:27012,loca...) as local.MongoConf value in argument to local.NewMgo
src/source_controller/coreservice/core/model/mock_test.go#L56:43: too many arguments in call to model.New
have (*local.Mongo, *mockDependences, nil)
want ("configcenter/src/source_controller/coreservice/core/model".OperationDependences, "configcenter/src/common/language".CCLanguageIf)
src/source_controller/coreservice/core/model/mock_test.go#L59:30: undefined: core.ContextParams
src/source_controller/coreservice/core/model/mock_test.go#L62:14: undefined: core.ContextParams
src/source_controller/coreservice/core/model/classification_test.go#L241:29: modelMgr.DeleteModelClassificaiton undefined (type core.ModelOperation has no field or method DeleteModelClassificaiton)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/model/mock_test.go#L33:48: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/model/mock_test.go#L38:51: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/model/mock_test.go#L43:61: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/model/mock_test.go#L48:59: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/model/mock_test.go#L59:30: undefined: core.ContextParams
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/model/classification_test.go#L241:29: modelMgr.DeleteModelClassificaiton undefined (type core.ModelOperation has no field or method DeleteModelClassificaiton)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/model/mock_test.go#L54:26: cannot use "mongodb://cc:cc@localhost:27010,localhost:27011,localhost:27012,localhost:27013/cmdb" (untyped string constant "mongodb://cc:cc@localhost:27010,localhost:27011,localhost:27012,loca...) as local.MongoConf value in argument to local.NewMgo
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/model/mock_test.go#L56:43: too many arguments in call to model.New
have (*local.Mongo, *mockDependences, nil)
want ("configcenter/src/source_controller/coreservice/core/model".OperationDependences, language.CCLanguageIf)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/core/model/mock_test.go#L62:14: undefined: core.ContextParams
-: # configcenter/src/source_controller/coreservice/service_test [configcenter/src/source_controller/coreservice/service.test]
src/source_controller/coreservice/service/service_test.go#L50:42: cannot use coreService.WebService() (value of type *restful.Container) as *restful.WebService value in argument to restful.NewContainer().Add
src/source_controller/coreservice/service/service_test.go#L51:24: undefined: backbone.TLSConfig
src/source_controller/coreservice/service/service_test.go#L56:3: unknown field Server in struct literal of type backbone.Config
src/source_controller/coreservice/service/service_test.go#L63:15: assignment mismatch: 2 variables but errors.New returns 1 value
src/source_controller/coreservice/service/service_test.go#L63:26: not enough arguments in call to errors.New
have (string)
want (int, string)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/service/service_test.go#L50:42: cannot use coreService.WebService() (value of type *restful.Container) as *restful.WebService value in argument to restful.NewContainer().Add
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/service/service_test.go#L51:24: undefined: backbone.TLSConfig
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/service/service_test.go#L56:3: unknown field Server in struct literal of type backbone.Config
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/service/service_test.go#L63:57: not enough arguments in call to errors.New
have (string)
want (int, string)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/source_controller/coreservice/service/service_test.go#L63:15: assignment mismatch: 2 variables but errors.New returns 1 value
-: # configcenter/src/test/load_test [configcenter/src/test/load.test]
src/test/load/db_load_test.go#L116:24: client1.StartSession undefined (type *local.Mongo has no field or method StartSession)
src/test/load/db_load_test.go#L126:14: undefined: util.TnxIntoContext
src/test/load/db_load_test.go#L147:34: not enough arguments in call to client2.CommitTransaction
have (unknown type)
want ("context".Context, *"configcenter/src/common/metadata".TxnCapable)
src/test/load/db_load_test.go#L163:22: client.StartSession undefined (type *local.Mongo has no field or method StartSession)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/test/load/db_load_test.go#L116:24: client1.StartSession undefined (type *local.Mongo has no field or method StartSession)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/test/load/db_load_test.go#L126:14: undefined: util.TnxIntoContext
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/test/load/db_load_test.go#L147:37: not enough arguments in call to client2.CommitTransaction
have (unknown type)
want ("context".Context, *"configcenter/src/common/metadata".TxnCapable)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/test/load/db_load_test.go#L163:22: client.StartSession undefined (type *local.Mongo has no field or method StartSession)
-: # configcenter/src/test/txn_test [configcenter/src/test/txn.test]
src/test/txn/txn_test.go#L47:19: result.Result undefined (type *"configcenter/src/common/metadata".CreateOneDataResult has no field or method Result)
src/test/txn/txn_test.go#L86:21: attResult.Result undefined (type *"configcenter/src/common/metadata".QueryModelDataResult has no field or method Result)
src/test/txn/txn_test.go#L87:21: attResult.Data undefined (type *"configcenter/src/common/metadata".QueryModelDataResult has no field or method Data)
src/test/txn/txn_test.go#L137:18: result.Result undefined (type *"configcenter/src/common/metadata".CreateManyDataResult has no field or method Result)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/test/txn/txn_test.go#L47:19: result.Result undefined (type *"configcenter/src/common/metadata".CreateOneDataResult has no field or method Result)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/test/txn/txn_test.go#L86:21: attResult.Result undefined (type *"configcenter/src/common/metadata".QueryModelDataResult has no field or method Result)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/test/txn/txn_test.go#L87:21: attResult.Data undefined (type *"configcenter/src/common/metadata".QueryModelDataResult has no field or method Data)
https://github.com/TencentBlueKing/bk-cmdb/blob/master/src/test/txn/txn_test.go#L137:18: result.Result undefined (type *"configcenter/src/common/metadata".CreateManyDataResult has no field or method Result)
testifylint: 119 errors during loading

Report issue: https://github.com/TencentBlueKing/bk-cmdb/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682582849

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/deepmap/oapi-codegen got output

https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/prune_test.go#L126:2: empty: use assert.Empty
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/prune_test.go#L127:2: empty: use assert.Empty
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/prune_test.go#L131:2: empty: use assert.Empty
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/prune_test.go#L132:2: empty: use assert.Empty
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/prune_test.go#L133:2: empty: use assert.Empty
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/prune_test.go#L134:2: empty: use assert.Empty
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/prune_test.go#L135:2: empty: use assert.Empty
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/prune_test.go#L136:2: empty: use assert.Empty
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/utils_test.go#L311:2: bool-compare: use assert.False
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/utils_test.go#L312:2: bool-compare: use assert.False
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/utils_test.go#L313:2: bool-compare: use assert.False
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/utils_test.go#L314:2: bool-compare: use assert.True
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/utils_test.go#L315:2: bool-compare: use assert.True
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/utils_test.go#L316:2: bool-compare: use assert.False
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/utils_test.go#L317:2: bool-compare: use assert.True
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/utils_test.go#L321:2: bool-compare: use assert.False
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/utils_test.go#L322:2: bool-compare: use assert.True
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/utils_test.go#L323:2: bool-compare: use assert.True
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/utils_test.go#L324:2: bool-compare: use assert.False
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/utils_test.go#L325:2: bool-compare: use assert.False
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/utils_test.go#L326:2: bool-compare: use assert.True
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/utils_test.go#L327:2: bool-compare: use assert.False
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/filter_test.go#L92:3: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/filter_test.go#L96:3: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/prune_test.go#L20:3: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/prune_test.go#L13:3: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/filter_test.go#L31:3: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/filter_test.go#L35:3: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/prune_test.go#L82:2: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/codegen_test.go#L190:2: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/codegen_test.go#L195:2: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/extension_test.go#L45:5: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/extension_test.go#L52:4: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/filter_test.go#L121:3: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/filter_test.go#L125:3: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/codegen_test.go#L105:2: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/codegen_test.go#L110:2: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/utils_test.go#L304:4: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/codegen_test.go#L40:2: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/codegen_test.go#L44:2: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/codegen_test.go#L49:2: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/extension_test.go#L99:5: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/extension_test.go#L106:4: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/codegen_test.go#L142:2: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/codegen_test.go#L147:2: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/prune_test.go#L34:3: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/prune_test.go#L112:2: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/filter_test.go#L60:3: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/filter_test.go#L64:3: require-error: for error assertions use require
https://github.com/deepmap/oapi-codegen/blob/main/pkg/codegen/prune_test.go#L52:2: require-error: for error assertions use require

Report issue: https://github.com/deepmap/oapi-codegen/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682594241

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/microsoft/ethr got output

client.go#L36:2: no required module provides package golang.org/x/net/icmp; to add it:
go get golang.org/x/net/icmp
client.go#L37:2: no required module provides package golang.org/x/net/ipv4; to add it:
go get golang.org/x/net/ipv4
client.go#L38:2: no required module provides package golang.org/x/net/ipv6; to add it:
go get golang.org/x/net/ipv6
https://github.com/microsoft/ethr/blob/master/client.go#L36:2: could not import golang.org/x/net/icmp (invalid package name: "")
https://github.com/microsoft/ethr/blob/master/client.go#L37:2: could not import golang.org/x/net/ipv4 (invalid package name: "")
https://github.com/microsoft/ethr/blob/master/client.go#L38:2: could not import golang.org/x/net/ipv6 (invalid package name: "")
testifylint: 6 errors during loading

Report issue: https://github.com/microsoft/ethr/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682599042

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/google/seesaw got output

-: # github.com/google/seesaw/netlink
netlink/cfuncs.go#L22:10: fatal error: netlink/netlink.h: No such file or directory
22 | #include <netlink/netlink.h>
|          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
https://github.com/google/seesaw/blob/master/netlink/cfuncs.go#L39:8: could not import C (no metadata for C)
https://github.com/google/seesaw/blob/master/ipvs/ipvs.go#L34:8: could not import C (no metadata for C)
https://github.com/google/seesaw/blob/master/ipvs/ipvs.go#L34:8: could not import C (no metadata for C)
-: # github.com/google/seesaw/netlink
# [github.com/google/seesaw/netlink]
netlink/cfuncs.go#L22:10: fatal error: netlink/netlink.h: No such file or directory
22 | #include <netlink/netlink.h>
|          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
https://github.com/google/seesaw/blob/master/netlink/cfuncs.go#L39:8: could not import C (no metadata for C)
testifylint: 6 errors during loading

Report issue: https://github.com/google/seesaw/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682602291

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/vektra/mockery got output

https://github.com/vektra/mockery/blob/master/cmd/showconfig_test.go#L28:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/cmd/showconfig_test.go#L31:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/parse_test.go#L45:2: len: use assert.Len
https://github.com/vektra/mockery/blob/master/pkg/parse_test.go#L67:2: len: use assert.Len
https://github.com/vektra/mockery/blob/master/pkg/parse_test.go#L97:2: empty: use assert.NotEmpty
https://github.com/vektra/mockery/blob/master/pkg/walker_test.go#L66:2: compares: use assert.Greater
https://github.com/vektra/mockery/blob/master/pkg/walker_test.go#L91:2: compares: use assert.GreaterOrEqual
https://github.com/vektra/mockery/blob/master/pkg/walker_test.go#L130:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/parse_test.go#L17:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/parse_test.go#L20:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/parse_test.go#L23:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/parse_test.go#L55:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/parse_test.go#L57:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/parse_test.go#L59:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/parse_test.go#L61:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/parse_test.go#L64:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/parse_test.go#L33:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/parse_test.go#L35:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/parse_test.go#L37:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/parse_test.go#L39:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/parse_test.go#L42:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/walker_test.go#L104:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/walker_test.go#L79:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/walker_test.go#L54:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/parse_test.go#L77:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/parse_test.go#L79:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/parse_test.go#L82:2: require-error: for error assertions use require
https://github.com/vektra/mockery/blob/master/pkg/fixtures/test/expecter_test.go#L120:3: expected-actual: need to reverse actual and expected values
https://github.com/vektra/mockery/blob/master/pkg/fixtures/test/expecter_test.go#L178:3: expected-actual: need to reverse actual and expected values
https://github.com/vektra/mockery/blob/master/pkg/fixtures/test/issue_766_test.go#L33:2: require-error: for error assertions use require

Report issue: https://github.com/vektra/mockery/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682600089

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/go-pg/pg got output

https://github.com/go-pg/pg/blob/v10/options_test.go#L308:2: require-error: for error assertions use require
https://github.com/go-pg/pg/blob/v10/conv_test.go#L538:3: error-nil: use assert.NoError
https://github.com/go-pg/pg/blob/v10/conv_test.go#L546:2: error-nil: use assert.NoError
https://github.com/go-pg/pg/blob/v10/types/in_op_test.go#L13:2: require-error: for error assertions use require

Report issue: https://github.com/go-pg/pg/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682603351

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/fnproject/fn got output

https://github.com/fnproject/fn/blob/master/api/agent/agent_test.go#L1720:2: bool-compare: use assert.False
https://github.com/fnproject/fn/blob/master/api/agent/agent_test.go#L1721:2: bool-compare: use assert.True
https://github.com/fnproject/fn/blob/master/api/agent/agent_test.go#L1722:2: bool-compare: use assert.True
https://github.com/fnproject/fn/blob/master/api/agent/agent_test.go#L1765:2: bool-compare: use assert.True
https://github.com/fnproject/fn/blob/master/api/agent/agent_test.go#L1766:2: bool-compare: use assert.True
https://github.com/fnproject/fn/blob/master/api/agent/agent_test.go#L1767:2: bool-compare: use assert.False
https://github.com/fnproject/fn/blob/master/api/agent/agent_test.go#L1810:2: bool-compare: use assert.True
https://github.com/fnproject/fn/blob/master/api/agent/agent_test.go#L1811:2: bool-compare: use assert.True
https://github.com/fnproject/fn/blob/master/api/agent/agent_test.go#L1812:2: bool-compare: use assert.True
https://github.com/fnproject/fn/blob/master/api/agent/runner_status_test.go#L44:2: error-nil: use assert.NoError
https://github.com/fnproject/fn/blob/master/api/agent/runner_status_test.go#L63:2: error-nil: use assert.NoError
https://github.com/fnproject/fn/blob/master/api/runnerpool/naive_placer_test.go#L90:2: error-nil: use assert.NoError
https://github.com/fnproject/fn/blob/master/api/runnerpool/naive_placer_test.go#L93:2: compares: use assert.LessOrEqual
https://github.com/fnproject/fn/blob/master/api/runnerpool/naive_placer_test.go#L114:2: error-nil: use assert.NoError
https://github.com/fnproject/fn/blob/master/api/runnerpool/naive_placer_test.go#L117:2: compares: use assert.Greater
https://github.com/fnproject/fn/blob/master/api/runnerpool/naive_placer_test.go#L141:2: error-nil: use assert.NoError
https://github.com/fnproject/fn/blob/master/api/runnerpool/naive_placer_test.go#L144:2: compares: use assert.Greater
https://github.com/fnproject/fn/blob/master/api/runnerpool/naive_placer_test.go#L178:2: error-nil: use assert.NoError
https://github.com/fnproject/fn/blob/master/api/runnerpool/naive_placer_test.go#L181:2: compares: use assert.Equal
https://github.com/fnproject/fn/blob/master/api/runnerpool/naive_placer_test.go#L186:2: compares: use assert.Equal
https://github.com/fnproject/fn/blob/master/api/runnerpool/naive_placer_test.go#L187:2: compares: use assert.Equal
https://github.com/fnproject/fn/blob/master/api/runnerpool/naive_placer_test.go#L215:2: error-nil: use assert.NoError
https://github.com/fnproject/fn/blob/master/api/runnerpool/naive_placer_test.go#L218:2: compares: use assert.Greater
https://github.com/fnproject/fn/blob/master/api/runnerpool/naive_placer_test.go#L223:2: compares: use assert.Greater
https://github.com/fnproject/fn/blob/master/api/runnerpool/naive_placer_test.go#L224:2: compares: use assert.Greater
https://github.com/fnproject/fn/blob/master/api/runnerpool/naive_placer_test.go#L228:2: compares: use assert.LessOrEqual

Report issue: https://github.com/fnproject/fn/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682598169

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/hashicorp/terraform-provider-azurerm got output

-: write /home/runner/.cache/go-build/05/05f6e2aeb49317976d633ac79a939bcf705870c3059ab7671688168c20c0e159-d: no space left on device
-: # github.com/hashicorp/terraform-provider-azurerm/internal/services/voiceservices_test [github.com/hashicorp/terraform-provider-azurerm/internal/services/voiceservices.test]
compile: writing output: write $WORK/b2729/_pkg_.a: no space left on device
-: # github.com/hashicorp/terraform-provider-azurerm/internal/services/web_test [github.com/hashicorp/terraform-provider-azurerm/internal/services/web.test]
compile: writing output: write $WORK/b2731/_pkg_.a: no space left on device
-: # github.com/hashicorp/terraform-provider-azurerm/internal/services/workloads_test [github.com/hashicorp/terraform-provider-azurerm/internal/services/workloads.test]
compile: writing output: write $WORK/b2737/_pkg_.a: no space left on device
-: write /home/runner/.cache/go-build/3a/3a3d717724ce3b644034593779bce5924726662f0393d54d67940661146bb8a7-d: no space left on device
-: # github.com/hashicorp/terraform-provider-azurerm/internal/tags [github.com/hashicorp/terraform-provider-azurerm/internal/tags.test]
compile: writing output: write $WORK/b2741/_pkg_.a: no space left on device
-: mkdir /tmp/go-build4035683852/b2743/: no space left on device
-: mkdir /tmp/go-build4035683852/b2745/: no space left on device
-: mkdir /tmp/go-build4035683852/b2747/: no space left on device
-: mkdir /tmp/go-build4035683852/b2749/: no space left on device
-: mkdir /tmp/go-build4035683852/b2751/: no space left on device
-: mkdir /tmp/go-build4035683852/b2754/: no space left on device
-: mkdir /tmp/go-build4035683852/b2756/: no space left on device
-: mkdir /tmp/go-build4035683852/b2758/: no space left on device
-: mkdir /tmp/go-build4035683852/b2760/: no space left on device
-: mkdir /tmp/go-build4035683852/b2762/: no space left on device
-: mkdir /tmp/go-build4035683852/b2765/: no space left on device
testifylint: 17 errors during loading

Report issue: https://github.com/hashicorp/terraform-provider-azurerm/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682521407

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/pachyderm/pachyderm got output

https://github.com/pachyderm/pachyderm/blob/master/src/internal/middleware/logging/client/client_test.go#L32:2: len: use s.Require().Len
https://github.com/pachyderm/pachyderm/blob/master/src/internal/middleware/logging/client/client_test.go#L65:2: empty: use s.Emptyf
https://github.com/pachyderm/pachyderm/blob/master/src/internal/pachsql/url_test.go#L43:3: require-error: for error assertions use require
https://github.com/pachyderm/pachyderm/blob/master/src/server/pfs/server/testing/server_test.go#L5770:7: expected-actual: need to reverse actual and expected values
https://github.com/pachyderm/pachyderm/blob/master/src/server/pfs/server/testing/server_test.go#L5770:57: expected-actual: need to reverse actual and expected values

Report issue: https://github.com/pachyderm/pachyderm/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682559693

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/anchore/syft got output

https://github.com/anchore/syft/blob/main/syft/format/internal/testutil/snapshot.go#L42:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/cmd/syft/cli/ui/handle_cataloger_task_test.go#L187:4: empty: use require.Empty
https://github.com/anchore/syft/blob/main/cmd/syft/internal/commands/attest_test.go#L324:3: len: use assert.Len
https://github.com/anchore/syft/blob/main/cmd/syft/internal/options/writer_test.go#L206:5: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/cmd/syft/internal/test/integration/java_purl_test.go#L31:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/anchore/syft/blob/main/cmd/syft/internal/test/integration/java_purl_test.go#L35:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/anchore/syft/blob/main/cmd/syft/internal/test/integration/license_list_test.go#L36:2: expected-actual: need to reverse actual and expected values
https://github.com/anchore/syft/blob/main/cmd/syft/internal/test/integration/package_cataloger_convention_test.go#L160:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/cmd/syft/internal/ui/capture_test.go#L37:3: go-require: require must only be used in the goroutine running the test function
https://github.com/anchore/syft/blob/main/cmd/syft/internal/ui/capture_test.go#L41:3: go-require: require must only be used in the goroutine running the test function
https://github.com/anchore/syft/blob/main/internal/buffered_seek_reader_test.go#L43:6: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/internal/buffered_seek_reader_test.go#L137:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/create_sbom_config_test.go#L363:3: empty: use require.NotEmpty
https://github.com/anchore/syft/blob/main/syft/cpe/cpe_test.go#L166:5: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/cpe/cpe_test.go#L96:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/cpe/cpe_test.go#L98:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/file/cataloger/filecontent/cataloger_test.go#L78:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/file/cataloger/filedigest/cataloger_test.go#L160:5: expected-actual: need to reverse actual and expected values
https://github.com/anchore/syft/blob/main/syft/format/decoders_collection_test.go#L32:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/format/decoders_collection_test.go#L44:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/format/decoders_collection_test.go#L49:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/format/common/spdxhelpers/to_format_model_test.go#L672:6: empty: use require.Empty
https://github.com/anchore/syft/blob/main/syft/format/common/spdxhelpers/to_syft_model_test.go#L105:2: expected-actual: need to reverse actual and expected values
https://github.com/anchore/syft/blob/main/syft/format/common/spdxhelpers/to_syft_model_test.go#L107:2: expected-actual: need to reverse actual and expected values
https://github.com/anchore/syft/blob/main/syft/format/common/spdxhelpers/to_syft_model_test.go#L111:2: expected-actual: need to reverse actual and expected values
https://github.com/anchore/syft/blob/main/syft/format/common/spdxhelpers/to_syft_model_test.go#L113:2: expected-actual: need to reverse actual and expected values
https://github.com/anchore/syft/blob/main/syft/format/common/spdxhelpers/to_syft_model_test.go#L114:2: expected-actual: need to reverse actual and expected values
https://github.com/anchore/syft/blob/main/syft/format/common/spdxhelpers/to_syft_model_test.go#L96:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/format/internal/cyclonedxutil/helpers/decoder_test.go#L287:2: error-nil: use assert.NoError
https://github.com/anchore/syft/blob/main/syft/format/internal/cyclonedxutil/helpers/decoder_test.go#L324:2: bool-compare: use assert.True
https://github.com/anchore/syft/blob/main/syft/format/internal/cyclonedxutil/helpers/decoder_test.go#L206:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/format/internal/cyclonedxutil/helpers/decoder_test.go#L310:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/format/internal/cyclonedxutil/helpers/decoder_test.go#L315:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/format/internal/spdxutil/helpers/document_name_test.go#L60:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/anchore/syft/blob/main/syft/format/internal/spdxutil/helpers/document_namespace_test.go#L64:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/anchore/syft/blob/main/syft/format/spdxjson/decoder_test.go#L118:5: len: use assert.Len
https://github.com/anchore/syft/blob/main/syft/format/spdxjson/encoder_test.go#L273:4: len: use assert.Len
https://github.com/anchore/syft/blob/main/syft/format/spdxjson/decoder_test.go#L127:6: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/format/spdxtagvalue/encoder_test.go#L183:4: len: use assert.Len
https://github.com/anchore/syft/blob/main/syft/format/syftjson/decoder_test.go#L60:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/format/syftjson/decoder_test.go#L63:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/format/syftjson/to_syft_model_test.go#L510:5: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/format/syftjson/to_syft_model_test.go#L514:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/format/syftjson/model/package_test.go#L428:5: len: use require.Len
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_indexer_test.go#L131:4: expected-actual: need to reverse actual and expected values
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_indexer_test.go#L212:4: bool-compare: use assert.True
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_indexer_test.go#L214:4: bool-compare: use assert.True
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L944:4: len: use assert.Len
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/excluding_file_test.go#L99:5: error-nil: use assert.NoError
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/excluding_file_test.go#L102:5: error-nil: use assert.NoError
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/unindexed_directory_test.go#L1259:2: empty: use require.Empty
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_all_layers_test.go#L520:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L747:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L749:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/unindexed_directory_test.go#L775:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_all_layers_test.go#L332:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/unindexed_directory_test.go#L832:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/unindexed_directory_test.go#L646:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L738:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L740:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L616:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_all_layers_test.go#L255:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_all_layers_test.go#L258:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L677:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L941:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L943:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_squash_test.go#L244:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_squash_test.go#L247:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_squash_test.go#L344:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/unindexed_directory_test.go#L782:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L561:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_indexer_test.go#L205:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L755:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L757:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_all_layers_test.go#L359:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_squash_test.go#L502:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L725:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L727:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/unindexed_directory_test.go#L755:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_squash_test.go#L319:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L805:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L809:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_all_layers_test.go#L506:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L782:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_squash_test.go#L536:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/excluding_file_test.go#L87:5: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/excluding_file_test.go#L90:5: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/unindexed_directory_test.go#L767:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_all_layers_test.go#L272:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_all_layers_test.go#L275:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_all_layers_test.go#L282:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_all_layers_test.go#L289:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L1185:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L1387:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_squash_test.go#L261:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_squash_test.go#L264:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_squash_test.go#L271:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/container_image_squash_test.go#L278:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/internal/fileresolver/directory_test.go#L1364:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/license_test.go#L224:4: len: use assert.Len
https://github.com/anchore/syft/blob/main/syft/pkg/license_test.go#L225:4: len: use assert.Len
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/alpine/parse_apk_db_test.go#L67:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/binary/classifier_cataloger_test.go#L1111:2: empty: use assert.Empty
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/binary/classifier_cataloger_test.go#L1227:5: empty: use assert.Empty
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/binary/classifier_cataloger_test.go#L1104:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/binary/classifier_cataloger_test.go#L1107:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/binary/classifier_cataloger_test.go#L1110:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/binary/classifier_cataloger_test.go#L1390:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/binary/test-fixtures/manager/internal/config/application_test.go#L61:5: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/debian/parse_dpkg_db_test.go#L301:3: error-is-as: second argument to require.ErrorAs should not be *error
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/dotnet/parse_dotnet_portable_executable_test.go#L277:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/generic/cataloger_test.go#L51:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/golang/cataloger_test.go#L170:4: expected-actual: need to reverse actual and expected values
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/golang/licenses_test.go#L104:3: go-require: do not use require in http handlers
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/golang/licenses_test.go#L110:3: go-require: do not use require in http handlers
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/golang/licenses_test.go#L115:4: go-require: do not use require in http handlers
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/golang/licenses_test.go#L117:4: go-require: do not use require in http handlers
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/golang/licenses_test.go#L119:4: go-require: do not use require in http handlers
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/golang/licenses_test.go#L123:3: go-require: do not use require in http handlers
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/golang/licenses_test.go#L128:3: go-require: do not use require in http handlers
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/golang/cataloger_test.go#L169:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/internal/cpegenerate/dictionary/index-generator/generate_test.go#L34:2: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/java/graalvm_native_image_cataloger_test.go#L37:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/java/graalvm_native_image_cataloger_test.go#L40:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/java/graalvm_native_image_cataloger_test.go#L45:5: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/java/parse_pom_xml_test.go#L370:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/java/parse_pom_xml_test.go#L373:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/java/graalvm_native_image_cataloger_test.go#L118:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/java/graalvm_native_image_cataloger_test.go#L123:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/java/graalvm_native_image_cataloger_test.go#L132:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/java/parse_pom_properties_test.go#L66:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/java/parse_pom_properties_test.go#L69:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/java/archive_parser_test.go#L167:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/r/parse_description_test.go#L46:6: len: use assert.Len
https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/r/parse_description_test.go#L62:4: require-error: for error assertions use require
https://github.com/anchore/syft/blob/main/syft/source/directorysource/directory_source_test.go#L439:4: empty: use assert.Empty

Report issue: https://github.com/anchore/syft/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682594791

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/goss-org/goss got output

https://github.com/goss-org/goss/blob/master/outputs/outputs_test.go#L32:3: require-error: for error assertions use require
https://github.com/goss-org/goss/blob/master/outputs/outputs_test.go#L27:3: require-error: for error assertions use require
https://github.com/goss-org/goss/blob/master/resource/gomega_test.go#L163:2: expected-actual: need to reverse actual and expected values

Report issue: https://github.com/goss-org/goss/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682610068

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/contribsys/faktory got output

https://github.com/contribsys/faktory/blob/main/cli/security_test.go#L27:3: len: use assert.Len
https://github.com/contribsys/faktory/blob/main/cli/security_test.go#L58:3: len: use assert.Len
https://github.com/contribsys/faktory/blob/main/cli/security_test.go#L40:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/cli/security_test.go#L57:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/cli/cli_test.go#L37:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/cli/security_test.go#L34:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/cli/security_test.go#L67:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/cli/security_test.go#L77:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/cli/security_test.go#L26:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/cli/security_test.go#L47:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/cli/security_test.go#L50:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L98:3: empty: use assert.Empty
https://github.com/contribsys/faktory/blob/main/client/pool_test.go#L109:3: expected-actual: need to reverse actual and expected values
https://github.com/contribsys/faktory/blob/main/client/pool_test.go#L111:3: expected-actual: need to reverse actual and expected values
https://github.com/contribsys/faktory/blob/main/client/pool_test.go#L81:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L34:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L38:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L41:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/pool_test.go#L12:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/pool_test.go#L16:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/pool_test.go#L86:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/pool_test.go#L88:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/pool_test.go#L92:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/pool_test.go#L101:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/pool_test.go#L115:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L46:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L48:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L52:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L60:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L65:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L70:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L76:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L80:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L85:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L96:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L102:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L107:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L112:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L117:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L123:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L129:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L134:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L143:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/client_test.go#L145:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/job_test.go#L15:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/pool_test.go#L38:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/pool_test.go#L54:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/pool_test.go#L56:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/pool_test.go#L60:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/pool_test.go#L21:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/pool_test.go#L23:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/pool_test.go#L27:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/client/pool_test.go#L49:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/internal/pool/pool_test.go#L18:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/internal/pool/pool_test.go#L23:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L27:2: empty: use assert.Empty
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L29:2: len: use assert.Len
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L31:2: len: use assert.Len
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L117:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L121:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L126:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L131:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L135:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/working_test.go#L29:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/working_test.go#L69:5: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/working_test.go#L81:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/working_test.go#L86:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/working_test.go#L96:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/working_test.go#L108:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/working_test.go#L116:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L131:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L137:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/working_test.go#L128:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/working_test.go#L136:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/working_test.go#L143:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/working_test.go#L148:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/working_test.go#L154:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/working_test.go#L158:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/working_test.go#L164:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/scheduler_test.go#L82:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/scheduler_test.go#L101:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L74:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L80:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L166:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L172:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L176:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L180:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L185:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L189:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L153:5: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L110:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L117:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L215:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L220:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L226:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L231:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L237:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L243:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L246:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L253:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L256:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L259:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L101:5: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L103:5: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/retry_test.go#L81:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/retry_test.go#L93:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L189:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L192:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L200:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L67:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L72:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L86:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/working_test.go#L50:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L167:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L172:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L177:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L310:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L327:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/scheduler_test.go#L113:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/scheduler_test.go#L123:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/scheduler_test.go#L133:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L32:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L38:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L48:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L62:5: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L91:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L97:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L159:5: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/scheduler_test.go#L60:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/scheduler_test.go#L70:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L149:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L156:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/middleware_test.go#L41:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/retry_test.go#L106:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/retry_test.go#L110:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/retry_test.go#L114:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/scheduler_test.go#L32:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/scheduler_test.go#L48:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L269:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L274:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L280:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L285:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L291:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/manager_test.go#L298:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/retry_test.go#L28:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/retry_test.go#L41:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/retry_test.go#L51:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/manager/retry_test.go#L62:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L134:3: len: use assert.Len
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L60:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L64:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L68:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L76:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L82:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L87:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L92:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L97:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L102:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L104:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L110:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L117:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L122:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L127:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L129:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L133:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L138:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L143:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/server_test.go#L148:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/connection_test.go#L20:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/connection_test.go#L24:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/connection_test.go#L28:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/connection_test.go#L32:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/connection_test.go#L36:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/mutate_test.go#L15:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/mutate_test.go#L17:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/mutate_test.go#L21:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/mutate_test.go#L26:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/mutate_test.go#L31:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/mutate_test.go#L36:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/mutate_test.go#L41:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/mutate_test.go#L46:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/mutate_test.go#L49:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/mutate_test.go#L53:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/mutate_test.go#L56:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/mutate_test.go#L61:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/mutate_test.go#L64:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/mutate_test.go#L67:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/mutate_test.go#L73:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/mutate_test.go#L76:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/mutate_test.go#L82:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/mutate_test.go#L85:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/workers_test.go#L15:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/workers_test.go#L19:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/workers_test.go#L23:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/server/workers_test.go#L29:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/history_test.go#L43:3: len: use assert.Len
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L104:4: expected-actual: need to reverse actual and expected values
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L83:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L87:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L94:5: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L99:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L103:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L109:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L113:5: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L117:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L122:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L129:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L152:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L37:5: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L133:5: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/history_test.go#L20:5: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/history_test.go#L23:5: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/history_test.go#L31:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/history_test.go#L33:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/history_test.go#L42:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/redis_test.go#L20:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/redis_test.go#L27:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/redis_test.go#L30:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L67:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L72:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L75:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L82:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L87:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L91:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L96:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L101:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L105:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L167:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L173:3: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L21:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L30:5: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L42:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L54:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L48:5: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L115:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L119:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L125:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L137:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L147:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L150:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L155:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L160:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L167:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L176:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L179:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/sorted_test.go#L186:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L21:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L26:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L30:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L34:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L45:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L48:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L53:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L59:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L61:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L63:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L65:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L69:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L71:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L73:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/storage/queue_test.go#L75:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/test/go_system_test.go#L103:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/test/ent/batch_test.go#L28:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/test/ent/batch_test.go#L38:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/test/ent/batch_test.go#L67:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/test/ent/batch_test.go#L82:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/test/ent/batch_test.go#L97:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/test/ent/batch_test.go#L103:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/test/ent/batch_test.go#L112:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/test/ent/batch_test.go#L121:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/test/ent/batch_test.go#L127:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/util/util_test.go#L17:2: error-nil: use assert.NoError
https://github.com/contribsys/faktory/blob/main/util/util_test.go#L21:2: error-nil: use assert.NoError
https://github.com/contribsys/faktory/blob/main/util/util_test.go#L26:2: error-nil: use assert.NoError
https://github.com/contribsys/faktory/blob/main/util/util_test.go#L33:2: compares: use assert.Greater
https://github.com/contribsys/faktory/blob/main/util/util_test.go#L34:2: compares: use assert.Less
https://github.com/contribsys/faktory/blob/main/util/util_test.go#L63:2: len: use assert.Len
https://github.com/contribsys/faktory/blob/main/util/util_test.go#L69:2: compares: use assert.Less
https://github.com/contribsys/faktory/blob/main/util/util_test.go#L56:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/util/util_test.go#L60:2: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L29:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/web_test.go#L31:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L102:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L106:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L108:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L114:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L127:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L417:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L452:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L469:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L381:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L407:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L139:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L144:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L147:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L151:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L155:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L162:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L172:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L175:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L185:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L199:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L208:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L224:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L232:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L234:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/web_test.go#L21:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L80:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L84:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L86:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L88:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L90:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L311:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L316:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L319:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L482:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L515:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/web_test.go#L41:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L40:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L45:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L47:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L49:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L53:5: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L71:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L266:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L271:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L275:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L282:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L297:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L249:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L254:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L257:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L328:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L333:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L337:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L349:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L354:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L357:4: require-error: for error assertions use require
https://github.com/contribsys/faktory/blob/main/webui/pages_test.go#L369:4: require-error: for error assertions use require

Report issue: https://github.com/contribsys/faktory/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682611316

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/easegress-io/easegress got output

https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L243:3: error-nil: use require.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L250:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L252:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L255:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L290:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L553:4: error-nil: use require.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L594:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L596:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L599:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L697:3: error-nil: use require.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L713:3: error-nil: use require.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L748:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L752:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L755:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L764:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L766:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L779:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L781:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L884:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L890:3: error-nil: use require.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L896:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L900:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L903:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L910:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L912:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1015:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1022:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1038:3: error-nil: use require.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1044:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1047:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1054:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1056:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1066:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1072:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1076:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1079:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1087:2: error-nil: use require.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1159:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1171:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1174:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1176:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1183:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1302:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1308:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1310:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1313:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1349:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1352:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1369:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1372:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1388:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1391:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1399:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1411:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1423:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1435:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1447:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1459:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1471:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1486:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1503:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1518:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1533:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1594:3: error-nil: use require.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1602:3: error-nil: use require.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1629:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1631:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1670:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1686:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1691:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1706:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1721:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1727:3: error-nil: use require.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1739:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1749:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1759:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1769:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1777:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1786:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1797:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1804:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L277:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L503:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L506:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L509:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L514:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L520:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L525:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L530:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L533:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1557:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1576:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L59:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L76:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L91:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L95:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L113:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L117:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L122:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L128:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L131:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L210:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L230:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L675:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L577:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L585:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L589:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L615:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L629:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L642:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L652:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L658:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L664:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L145:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L159:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L163:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L177:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L180:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L185:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L188:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L473:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L479:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1101:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1113:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1126:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1137:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1218:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1227:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1237:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1245:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1255:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1291:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L1298:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L300:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L309:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L320:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L332:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L338:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L347:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L355:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L362:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L367:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L374:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L379:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L400:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L429:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L433:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L440:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L448:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/build/test/integration_test.go#L456:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/cmd/builder/utils/context_test.go#L44:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/builder/utils/context_test.go#L46:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/builder/utils/context_test.go#L69:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/builder/utils/context_test.go#L74:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/cmd/builder/utils/validation_test.go#L65:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/easegress-io/easegress/blob/main/cmd/builder/utils/validation_test.go#L108:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/cmd_test.go#L32:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/cmd_test.go#L35:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/cmd_test.go#L38:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/cmd_test.go#L41:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/cmd_test.go#L63:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/cmd_test.go#L66:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/convert_test.go#L42:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/convert_test.go#L76:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/convert_test.go#L143:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/convert_test.go#L145:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/convert_test.go#L146:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/convert_test.go#L147:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/convert_test.go#L180:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/convert_test.go#L261:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/convert_test.go#L270:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/convert_test.go#L272:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/convert_test.go#L294:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/convert_test.go#L297:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/env_test.go#L52:4: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/env_test.go#L54:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/env_test.go#L95:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/env_test.go#L100:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/env_test.go#L105:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/env_test.go#L128:5: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/env_test.go#L130:5: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/parse_test.go#L63:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/parse_test.go#L64:3: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/parse_test.go#L96:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/parse_test.go#L99:3: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/parse_test.go#L138:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/parse_test.go#L141:3: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/parse_test.go#L217:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/parse_test.go#L223:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/parse_test.go#L225:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/parse_test.go#L307:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/parse_test.go#L312:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/parse_test.go#L343:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/parse_test.go#L345:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/parse_test.go#L368:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/parse_test.go#L391:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/parse_test.go#L392:3: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/test_test.go#L45:2: error-nil: use require.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/test_test.go#L51:2: error-nil: use require.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/test_test.go#L55:2: error-nil: use require.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/convert/nginx/test_test.go#L70:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L49:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L76:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L99:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L102:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L107:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L180:4: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L183:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L195:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L201:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L206:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L214:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L226:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L241:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L273:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L329:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L334:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L337:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L345:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L364:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L368:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L370:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L375:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L379:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L385:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L391:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L396:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L421:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L424:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L428:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L466:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L469:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/cmd/client/commandv2/create/createhttpproxy_test.go#L474:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/cluster_test.go#L292:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/cluster_test.go#L296:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/cluster_test.go#L300:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/cluster_test.go#L639:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/cluster_test.go#L667:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/cluster_test.go#L669:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/cluster_test.go#L677:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/cluster_test.go#L684:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/op_test.go#L50:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/op_test.go#L53:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/op_test.go#L56:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/op_test.go#L59:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/op_test.go#L62:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/op_test.go#L65:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/op_test.go#L68:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/op_test.go#L71:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/op_test.go#L74:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/op_test.go#L77:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/op_test.go#L80:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/op_test.go#L83:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/op_test.go#L89:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/op_test.go#L91:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/op_test.go#L94:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/op_test.go#L97:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/syncer_test.go#L47:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/syncer_test.go#L56:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/syncer_test.go#L69:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/syncer_test.go#L72:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/watcher_test.go#L99:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/watcher_test.go#L145:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/watcher_test.go#L201:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/watcher_test.go#L257:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/watcher_test.go#L316:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/cluster/watcher_test.go#L375:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/filters_test.go#L81:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/filters/filters_test.go#L84:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/filters/filters_test.go#L93:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/filters/filters_test.go#L106:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/builder_test.go#L39:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/builder_test.go#L45:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/extrafuncs_test.go#L29:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/extrafuncs_test.go#L30:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/extrafuncs_test.go#L31:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/extrafuncs_test.go#L32:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/extrafuncs_test.go#L33:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/extrafuncs_test.go#L34:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/extrafuncs_test.go#L35:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/extrafuncs_test.go#L36:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/extrafuncs_test.go#L37:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/extrafuncs_test.go#L38:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/extrafuncs_test.go#L39:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/extrafuncs_test.go#L40:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/extrafuncs_test.go#L41:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/extrafuncs_test.go#L49:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/extrafuncs_test.go#L50:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/extrafuncs_test.go#L51:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/extrafuncs_test.go#L52:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/extrafuncs_test.go#L102:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestadaptor_test.go#L44:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestadaptor_test.go#L46:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestadaptor_test.go#L62:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestadaptor_test.go#L142:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestadaptor_test.go#L155:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestadaptor_test.go#L163:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestadaptor_test.go#L189:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestadaptor_test.go#L201:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestadaptor_test.go#L204:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestadaptor_test.go#L223:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestadaptor_test.go#L236:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestadaptor_test.go#L239:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestadaptor_test.go#L247:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestadaptor_test.go#L260:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestadaptor_test.go#L263:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestadaptor_test.go#L292:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestadaptor_test.go#L309:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestadaptor_test.go#L354:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestadaptor_test.go#L371:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestbuilder_test.go#L59:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestbuilder_test.go#L83:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestbuilder_test.go#L128:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestbuilder_test.go#L153:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestbuilder_test.go#L185:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestbuilder_test.go#L194:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestbuilder_test.go#L288:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestbuilder_test.go#L296:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestbuilder_test.go#L315:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestbuilder_test.go#L323:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestbuilder_test.go#L342:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestbuilder_test.go#L350:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestbuilder_test.go#L373:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestbuilder_test.go#L381:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestbuilder_test.go#L455:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestbuilder_test.go#L484:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responseadaptor_test.go#L93:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responseadaptor_test.go#L104:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responseadaptor_test.go#L114:2: error-nil: use require.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responseadaptor_test.go#L167:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responseadaptor_test.go#L172:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responseadaptor_test.go#L175:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responseadaptor_test.go#L192:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responseadaptor_test.go#L195:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responseadaptor_test.go#L215:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responseadaptor_test.go#L255:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responsebuilder_test.go#L110:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responsebuilder_test.go#L118:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responsebuilder_test.go#L151:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responsebuilder_test.go#L168:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responsebuilder_test.go#L176:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responsebuilder_test.go#L193:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responsebuilder_test.go#L201:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responsebuilder_test.go#L221:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responsebuilder_test.go#L229:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responsebuilder_test.go#L264:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responsebuilder_test.go#L292:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responsebuilder_test.go#L314:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/responsebuilder_test.go#L324:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/resultbuilder_test.go#L38:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/databuilder_test.go#L191:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/databuilder_test.go#L50:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/databuilder_test.go#L80:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/databuilder_test.go#L122:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/databuilder_test.go#L162:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestbuilder_test.go#L506:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/builder/requestbuilder_test.go#L516:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/certextractor/certextractor_test.go#L83:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/certextractor/certextractor_test.go#L86:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/certextractor/certextractor_test.go#L87:2: expected-actual: need to reverse actual and expected values
https://github.com/easegress-io/easegress/blob/main/pkg/filters/certextractor/certextractor_test.go#L90:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/certextractor/certextractor_test.go#L91:2: expected-actual: need to reverse actual and expected values
https://github.com/easegress-io/easegress/blob/main/pkg/filters/certextractor/certextractor_test.go#L101:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/connectcontrol/connectcontrol_test.go#L63:2: empty: use assert.NotEmpty
https://github.com/easegress-io/easegress/blob/main/pkg/filters/connectcontrol/connectcontrol_test.go#L77:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/filters/connectcontrol/connectcontrol_test.go#L78:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/filters/connectcontrol/connectcontrol_test.go#L104:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/filters/connectcontrol/connectcontrol_test.go#L105:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/filters/corsadaptor/corsadaptor_test.go#L33:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/corsadaptor/corsadaptor_test.go#L59:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/corsadaptor/corsadaptor_test.go#L105:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/fallback/fallback_test.go#L58:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/fallback/fallback_test.go#L66:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/fallback/fallback_test.go#L84:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/fallback/fallback_test.go#L93:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headerlookup/headerlookup_test.go#L139:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headerlookup/headerlookup_test.go#L143:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headerlookup/headerlookup_test.go#L169:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headerlookup/headerlookup_test.go#L171:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headerlookup/headerlookup_test.go#L204:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headerlookup/headerlookup_test.go#L225:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headerlookup/headerlookup_test.go#L246:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headerlookup/headerlookup_test.go#L255:2: empty: use assert.Empty
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headerlookup/headerlookup_test.go#L258:2: empty: use assert.NotEmpty
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headerlookup/headerlookup_test.go#L298:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headertojson/headertojson_test.go#L41:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headertojson/headertojson_test.go#L43:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headertojson/headertojson_test.go#L72:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headertojson/headertojson_test.go#L74:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headertojson/headertojson_test.go#L102:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headertojson/headertojson_test.go#L105:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headertojson/headertojson_test.go#L116:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headertojson/headertojson_test.go#L120:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headertojson/headertojson_test.go#L129:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headertojson/headertojson_test.go#L139:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headertojson/headertojson_test.go#L143:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headertojson/headertojson_test.go#L154:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headertojson/headertojson_test.go#L157:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headertojson/headertojson_test.go#L168:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headertojson/headertojson_test.go#L172:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headertojson/headertojson_test.go#L190:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/headertojson/headertojson_test.go#L194:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafka/kafka_test.go#L143:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafka/kafka_test.go#L154:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafka/kafka_test.go#L186:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafka/kafka_test.go#L188:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafkabackend/kafka_test.go#L131:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafkabackend/kafka_test.go#L137:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafkabackend/kafka_test.go#L139:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafkabackend/kafka_test.go#L192:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafkabackend/kafka_test.go#L202:2: empty: use assert.Empty
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafkabackend/kafka_test.go#L205:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafkabackend/kafka_test.go#L208:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafkabackend/kafka_test.go#L213:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafkabackend/kafka_test.go#L221:2: empty: use assert.Empty
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafkabackend/kafka_test.go#L225:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafkabackend/kafka_test.go#L268:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafkabackend/kafka_test.go#L278:2: empty: use assert.Empty
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafkabackend/kafka_test.go#L281:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafkabackend/kafka_test.go#L284:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafkabackend/kafka_test.go#L289:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafkabackend/kafka_test.go#L297:2: empty: use assert.Empty
https://github.com/easegress-io/easegress/blob/main/pkg/filters/kafkabackend/kafka_test.go#L301:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/mock/mock_test.go#L36:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/mock/mock_test.go#L112:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/mock/mock_test.go#L124:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/mock/mock_test.go#L133:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/mock/mock_test.go#L140:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/mock/mock_test.go#L150:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/mock/mock_test.go#L161:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/mock/mock_test.go#L172:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/mock/mock_test.go#L178:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/mock/mock_test.go#L188:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/mock/mock_test.go#L201:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/mqttclientauth/mqttauth_test.go#L63:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/filters/opafilter/opafilter_test.go#L37:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/loadbalance_test.go#L68:2: empty: use assert.Empty
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/loadbalance_test.go#L80:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/serverpool_test.go#L32:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/serverpool_test.go#L38:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/serverpool_test.go#L41:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/requestmatch_test.go#L33:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/requestmatch_test.go#L37:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/requestmatch_test.go#L42:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/requestmatch_test.go#L45:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/requestmatch_test.go#L48:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/pool_test.go#L100:2: compares: use as.Equal
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/pool_test.go#L108:2: compares: use as.NotEqual
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/proxy_test.go#L157:2: error-nil: use assertions.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/proxy_test.go#L160:2: compares: use assertions.Same
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/requestmatch_test.go#L39:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/requestmatch_test.go#L43:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/requestmatch_test.go#L50:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/requestmatch_test.go#L57:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/requestmatch_test.go#L60:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/requestmatch_test.go#L63:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/pool_test.go#L38:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/pool_test.go#L41:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/pool_test.go#L47:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/pool_test.go#L180:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/pool_test.go#L192:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/proxy_test.go#L84:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/proxy_test.go#L94:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/proxy_test.go#L97:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/proxy_test.go#L100:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/proxy_test.go#L103:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/proxy_test.go#L106:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/proxy_test.go#L46:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/proxy_test.go#L49:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/codec_test.go#L35:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/codec_test.go#L40:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/pool_test.go#L93:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/pool_test.go#L99:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/grpcproxy/pool_test.go#L106:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/healthcheck_test.go#L208:4: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/healthcheck_test.go#L211:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/healthcheck_test.go#L258:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/healthcheck_test.go#L324:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/healthcheck_test.go#L510:4: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/healthcheck_test.go#L513:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/healthcheck_test.go#L552:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/healthcheck_test.go#L595:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/healthcheck_test.go#L616:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/pool_test.go#L185:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/pool_test.go#L188:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/pool_test.go#L192:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/pool_test.go#L195:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/pool_test.go#L209:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/proxy_test.go#L131:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/proxy_test.go#L132:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/proxy_test.go#L397:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/wsproxy_test.go#L133:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/wsproxy_test.go#L47:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/wsproxy_test.go#L48:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/wsproxy_test.go#L59:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/wsproxy_test.go#L60:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/wsproxy_test.go#L74:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/pool_test.go#L49:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/pool_test.go#L50:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/pool_test.go#L62:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/pool_test.go#L63:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/wspool_test.go#L43:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/wspool_test.go#L47:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/wspool_test.go#L51:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/wspool_test.go#L55:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/wspool_test.go#L59:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/wspool_test.go#L63:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/wspool_test.go#L69:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/wsproxy_test.go#L81:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/wsproxy_test.go#L84:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/requestmatch_test.go#L173:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/proxy_test.go#L53:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/proxy_test.go#L56:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/proxy_test.go#L254:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/proxy_test.go#L255:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/proxy_test.go#L266:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/proxy_test.go#L267:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/proxy_test.go#L281:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/proxy_test.go#L282:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/proxy_test.go#L297:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/proxy_test.go#L298:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/proxy_test.go#L319:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/proxy_test.go#L320:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/proxy_test.go#L334:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/simplehttpproxy_test.go#L36:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/simplehttpproxy_test.go#L39:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/proxy_test.go#L355:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/requestmatch_test.go#L34:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/requestmatch_test.go#L38:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/requestmatch_test.go#L45:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/requestmatch_test.go#L54:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/proxies/httpproxy/requestmatch_test.go#L59:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/redirector/redirector_test.go#L131:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/redirector/redirector_test.go#L133:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/redirector/redirector_test.go#L212:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/redirector/redirector_test.go#L214:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/redirector/redirector_test.go#L241:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/redirector/redirector_test.go#L295:4: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/filters/redirectorv2/redirectorv2_test.go#L143:5: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/filters/topicmapper/spec_test.go#L68:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/validator/validator_test.go#L43:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/validator/validator_test.go#L98:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/validator/validator_test.go#L167:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/validator/validator_test.go#L172:7: expected-actual: need to reverse actual and expected values
https://github.com/easegress-io/easegress/blob/main/pkg/filters/validator/validator_test.go#L178:7: expected-actual: need to reverse actual and expected values
https://github.com/easegress-io/easegress/blob/main/pkg/filters/validator/validator_test.go#L199:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/validator/validator_test.go#L262:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/validator/validator_test.go#L308:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/validator/validator_test.go#L367:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/filters/validator/validator_test.go#L461:4: expected-actual: need to reverse actual and expected values
https://github.com/easegress-io/easegress/blob/main/pkg/filters/validator/validator_test.go#L612:4: compares: use assert.NotEqual
https://github.com/easegress-io/easegress/blob/main/pkg/object/grpcserver/mux_test.go#L59:2: compares: use assert.NotEqual
https://github.com/easegress-io/easegress/blob/main/pkg/object/grpcserver/mux_test.go#L83:2: compares: use assert.Same
https://github.com/easegress-io/easegress/blob/main/pkg/object/grpcserver/mux_test.go#L323:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/object/grpcserver/mux_test.go#L327:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/object/grpcserver/runtime_test.go#L95:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/object/grpcserver/mux_test.go#L36:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/grpcserver/spec_test.go#L79:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/grpcserver/grpcserver_test.go#L47:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/grpcserver/grpcserver_test.go#L60:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/grpcserver/runtime_test.go#L41:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/grpcserver/spec_test.go#L37:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/grpcserver/spec_test.go#L62:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/spec_test.go#L245:5: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/spec_test.go#L248:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/spec_test.go#L251:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/spec_test.go#L252:4: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/spec_test.go#L255:5: expected-actual: need to reverse actual and expected values
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/mux_test.go#L64:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/mux_test.go#L94:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/mux_test.go#L151:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/runtime_test.go#L43:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/runtime_test.go#L74:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/runtime_test.go#L90:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/mux_test.go#L195:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/mux_test.go#L383:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/httpserver_test.go#L51:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/httpserver_test.go#L64:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/spec_test.go#L55:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/spec_test.go#L69:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/spec_test.go#L82:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/routers/routers_test.go#L58:2: empty: use assert.Empty
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/routers/routers_test.go#L65:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/routers/routers_test.go#L74:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/routers/spec_test.go#L75:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/routers/spec_test.go#L81:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/routers/spec_test.go#L215:2: compares: use assert.NotEqual
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/routers/spec_test.go#L216:2: compares: use assert.NotEqual
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/routers/spec_test.go#L217:2: compares: use assert.Equal
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/routers/spec_test.go#L503:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/routers/spec_test.go#L222:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/httpserver/routers/spec_test.go#L640:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/mqtt_test.go#L158:2: error-nil: use require.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/mqtt_test.go#L177:2: error-nil: use require.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/mqtt_test.go#L1286:2: bool-compare: use assert.True
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/mqtt_test.go#L1291:2: bool-compare: use assert.False
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/mqtt_test.go#L1384:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/mqtt_test.go#L1394:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/mqtt_test.go#L1971:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/mqtt_test.go#L1979:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/mqtt_test.go#L1996:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/mqtt_test.go#L2000:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/mqtt_test.go#L2006:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/mqtt_test.go#L2010:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/mqtt_test.go#L2055:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/mqtt_test.go#L2073:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/mqtt_test.go#L2080:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/mqtt_test.go#L2091:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/mqtt_test.go#L2098:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/mqtt_test.go#L2116:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/ratelimiter_test.go#L33:3: bool-compare: use assert.True
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/ratelimiter_test.go#L45:4: bool-compare: use assert.True
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/ratelimiter_test.go#L47:4: bool-compare: use assert.False
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/ratelimiter_test.go#L60:4: bool-compare: use assert.True
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/ratelimiter_test.go#L62:4: bool-compare: use assert.False
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/ratelimiter_test.go#L72:2: bool-compare: use assert.True
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/ratelimiter_test.go#L74:2: bool-compare: use assert.False
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/ratelimiter_test.go#L77:2: bool-compare: use assert.True
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/ratelimiter_test.go#L89:4: bool-compare: use assert.True
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/ratelimiter_test.go#L91:4: bool-compare: use assert.False
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/ratelimiter_test.go#L105:4: bool-compare: use assert.True
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/ratelimiter_test.go#L107:4: bool-compare: use assert.False
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/ratelimiter_test.go#L121:4: bool-compare: use assert.True
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/ratelimiter_test.go#L123:4: bool-compare: use assert.False
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/session_test.go#L59:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/session_test.go#L66:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/session_test.go#L72:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/mqttproxy/sessioncache_test.go#L76:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/pipeline/pipeline_test.go#L113:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/object/pipeline/pipeline_test.go#L135:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/pipeline/pipeline_test.go#L156:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/object/pipeline/pipeline_test.go#L172:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/pipeline/pipeline_test.go#L188:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/object/pipeline/pipeline_test.go#L375:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/pipeline/pipeline_test.go#L383:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/pipeline/pipeline_test.go#L385:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/pipeline/pipeline_test.go#L405:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/object/pipeline/pipeline_test.go#L419:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/pipeline/pipeline_test.go#L421:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/pipeline/pipeline_test.go#L436:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/pipeline/pipeline_test.go#L462:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/object/pipeline/pipeline_test.go#L487:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/option/env_test.go#L63:2: bool-compare: use assert.True
https://github.com/easegress-io/easegress/blob/main/pkg/option/option_test.go#L93:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/option/option_test.go#L194:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/option/option_test.go#L202:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/option/env_test.go#L80:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/option/option_test.go#L48:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/option/option_test.go#L56:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/option/option_test.go#L81:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/option/option_test.go#L88:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/option/env_test.go#L61:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/option/env_test.go#L104:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/option/env_test.go#L120:3: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/option/option_test.go#L38:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/option/option_test.go#L40:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/option/option_test.go#L103:4: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/grpcprot/request_test.go#L141:2: useless-assert: asserting of the same variable
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/grpcprot/request_test.go#L144:2: compares: use assertions.NotEqual
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/grpcprot/grpc_test.go#L33:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/grpcprot/grpc_test.go#L36:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/grpcprot/grpc_test.go#L39:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/http_test.go#L32:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/http_test.go#L74:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/http_test.go#L83:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/http_test.go#L86:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/http_test.go#L92:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/http_test.go#L106:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/http_test.go#L116:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/http_test.go#L122:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/http_test.go#L134:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/http_test.go#L145:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/http_test.go#L154:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/http_test.go#L160:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/http_test.go#L171:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/http_test.go#L183:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/http_test.go#L191:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/http_test.go#L199:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/request_test.go#L39:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/request_test.go#L46:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/request_test.go#L48:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/request_test.go#L52:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/request_test.go#L57:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/request_test.go#L85:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/request_test.go#L106:2: error-nil: use require.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/request_test.go#L108:2: error-nil: use require.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/request_test.go#L120:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/request_test.go#L154:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/request_test.go#L175:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/request_test.go#L184:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/request_test.go#L199:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/request_test.go#L246:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/request_test.go#L262:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L35:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L41:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L46:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L71:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L76:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L81:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L86:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L103:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L106:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L114:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L140:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L143:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L153:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L165:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L168:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L177:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L180:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L189:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L207:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L214:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L221:3: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L228:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/protocols/httpprot/response_test.go#L234:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L44:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L59:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L79:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L129:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L162:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L166:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L167:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L182:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L186:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L190:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L194:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L198:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L202:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L206:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L210:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L217:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L220:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L227:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L234:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L237:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L241:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L245:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L273:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L283:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L295:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L304:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L311:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L320:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L332:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/tracing/tracing_test.go#L347:3: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/objectpool/objectpool_test.go#L45:2: bool-compare: use assert.True
https://github.com/easegress-io/easegress/blob/main/pkg/util/objectpool/objectpool_test.go#L46:2: bool-compare: use assert.True
https://github.com/easegress-io/easegress/blob/main/pkg/util/objectpool/objectpool_test.go#L48:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/objectpool/objectpool_test.go#L62:2: bool-compare: use assert.False
https://github.com/easegress-io/easegress/blob/main/pkg/util/objectpool/objectpool_test.go#L63:2: bool-compare: use assert.False
https://github.com/easegress-io/easegress/blob/main/pkg/util/objectpool/objectpool_test.go#L65:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/objectpool/objectpool_test.go#L70:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/util/objectpool/objectpool_test.go#L103:4: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/util/objectpool/objectpool_test.go#L105:4: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/objectpool/objectpool_test.go#L243:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/objectpool/objectpool_test.go#L249:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/objectpool/objectpool_test.go#L258:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/util/objectpool/objectpool_test.go#L268:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/objectpool/objectpool_test.go#L275:2: empty: use assert.Empty
https://github.com/easegress-io/easegress/blob/main/pkg/util/objectpool/objectpool_test.go#L282:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/readers/bytecountreader_test.go#L33:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/readers/bytecountreader_test.go#L38:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/readers/bytecountreader_test.go#L39:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/readers/callbackreader_test.go#L41:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/readers/gzipcompressreader_test.go#L38:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/readers/gzipcompressreader_test.go#L40:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/readers/gzipcompressreader_test.go#L46:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/readers/gzipcompressreader_test.go#L48:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/readers/gzipcompressreader_test.go#L51:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/readers/readerat_test.go#L39:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/readers/readerat_test.go#L43:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/readers/readerat_test.go#L47:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/readers/readerat_test.go#L56:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/readers/readerat_test.go#L69:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/readers/readerat_test.go#L72:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/util/sampler/sampler_test.go#L30:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/util/sampler/sampler_test.go#L31:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/util/sampler/sampler_test.go#L32:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/util/sampler/sampler_test.go#L33:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/util/sampler/sampler_test.go#L37:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/util/sampler/sampler_test.go#L38:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/util/sampler/sampler_test.go#L39:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/util/sampler/sampler_test.go#L40:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/util/sampler/sampler_test.go#L44:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/util/sampler/sampler_test.go#L45:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/util/sampler/sampler_test.go#L46:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/util/sampler/sampler_test.go#L47:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/util/sampler/sampler_test.go#L51:2: len: use assert.Len
https://github.com/easegress-io/easegress/blob/main/pkg/util/sampler/sampler_test.go#L52:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/util/sampler/sampler_test.go#L53:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/util/sampler/sampler_test.go#L54:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/easegress-io/easegress/blob/main/pkg/util/stringtool/stringtool_test.go#L69:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/util/stringtool/stringtool_test.go#L73:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/util/stringtool/stringtool_test.go#L76:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/util/stringtool/stringtool_test.go#L79:2: require-error: for error assertions use require
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L49:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L51:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L52:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L54:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L55:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L57:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L58:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L60:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L61:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L63:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L64:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L66:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L67:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L69:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L70:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L72:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L73:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L75:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L76:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L78:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L79:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L81:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L82:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L84:2: error-nil: use assert.NoError
https://github.com/easegress-io/easegress/blob/main/pkg/v/format_test.go#L85:2: error-nil: use assert.Error
https://github.com/easegress-io/easegress/blob/main/pkg/v/v_test.go#L149:2: error-nil: use assert.NoError

Report issue: https://github.com/easegress-io/easegress/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682596736

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/goadesign/goa got output

https://github.com/goadesign/goa/blob/v3/codegen/example/example_client_test.go#L34:4: empty: use require.NotEmpty
https://github.com/goadesign/goa/blob/v3/codegen/example/example_server_test.go#L44:4: empty: use require.NotEmpty
https://github.com/goadesign/goa/blob/v3/codegen/service/example_svc_test.go#L41:6: empty: use require.NotEmpty
https://github.com/goadesign/goa/blob/v3/codegen/service/service_test.go#L65:4: empty: use require.NotEmpty
https://github.com/goadesign/goa/blob/v3/codegen/service/convert_test.go#L183:5: require-error: for error assertions use require
https://github.com/goadesign/goa/blob/v3/codegen/service/convert_test.go#L186:5: require-error: for error assertions use require
https://github.com/goadesign/goa/blob/v3/codegen/service/convert_test.go#L127:5: require-error: for error assertions use require
https://github.com/goadesign/goa/blob/v3/codegen/service/convert_test.go#L132:5: require-error: for error assertions use require
https://github.com/goadesign/goa/blob/v3/grpc/middleware/xray/middleware_test.go#L199:4: compares: use assert.LessOrEqual
https://github.com/goadesign/goa/blob/v3/grpc/middleware/xray/segment_test.go#L73:4: negative-positive: use assert.Positive
https://github.com/goadesign/goa/blob/v3/grpc/middleware/xray/segment_test.go#L131:4: negative-positive: use assert.Positive
https://github.com/goadesign/goa/blob/v3/http/encoding_test.go#L260:5: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/goadesign/goa/blob/v3/http/encoding_test.go#L296:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/goadesign/goa/blob/v3/http/encoding_test.go#L192:4: require-error: for error assertions use require
https://github.com/goadesign/goa/blob/v3/http/encoding_test.go#L275:2: require-error: for error assertions use require
https://github.com/goadesign/goa/blob/v3/http/encoding_test.go#L285:2: require-error: for error assertions use require
https://github.com/goadesign/goa/blob/v3/http/codegen/example_cli_test.go#L36:4: empty: use require.NotEmpty
https://github.com/goadesign/goa/blob/v3/http/codegen/example_server_test.go#L46:6: empty: use require.NotEmpty
https://github.com/goadesign/goa/blob/v3/http/codegen/example_server_test.go#L79:5: empty: use require.NotEmpty
https://github.com/goadesign/goa/blob/v3/http/codegen/handler_test.go#L37:4: empty: use require.NotEmpty
https://github.com/goadesign/goa/blob/v3/http/codegen/server_handler_test.go#L32:4: empty: use require.NotEmpty
https://github.com/goadesign/goa/blob/v3/http/codegen/example_server_test.go#L50:6: require-error: for error assertions use require

Report issue: https://github.com/goadesign/goa/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682609690

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/nats-io/nats.go got output

encoders/protobuf/protobuf_enc.go#L20:2: no required module provides package google.golang.org/protobuf/proto; to add it:
go get google.golang.org/protobuf/proto
https://github.com/nats-io/nats.go/blob/main/encoders/protobuf/protobuf_enc.go#L20:2: could not import google.golang.org/protobuf/proto (invalid package name: "")
jetstream/test/helper_test.go#L29:2: no required module provides package github.com/nats-io/nats-server/v2/server; to add it:
go get github.com/nats-io/nats-server/v2/server
jetstream/test/helper_test.go#L33:2: no required module provides package github.com/nats-io/nats-server/v2/test; to add it:
go get github.com/nats-io/nats-server/v2/test
jetstream/test/main_test.go#L19:2: no required module provides package go.uber.org/goleak; to add it:
go get go.uber.org/goleak
https://github.com/nats-io/nats.go/blob/main/jetstream/test/helper_test.go#L29:2: could not import github.com/nats-io/nats-server/v2/server (invalid package name: "")
https://github.com/nats-io/nats.go/blob/main/jetstream/test/helper_test.go#L33:13: could not import github.com/nats-io/nats-server/v2/test (invalid package name: "")
https://github.com/nats-io/nats.go/blob/main/jetstream/test/main_test.go#L19:2: could not import go.uber.org/goleak (invalid package name: "")
https://github.com/nats-io/nats.go/blob/main/jetstream/test/helper_test.go#L229:31: srvA.ClientURL undefined (type *jsServer has no field or method ClientURL)
https://github.com/nats-io/nats.go/blob/main/jetstream/test/helper_test.go#L263:32: srvA.ClientURL undefined (type *jsServer has no field or method ClientURL)
https://github.com/nats-io/nats.go/blob/main/jetstream/test/pull_test.go#L798:32: srv.ClientURL undefined (type *jsServer has no field or method ClientURL)
https://github.com/nats-io/nats.go/blob/main/jetstream/test/pull_test.go#L842:36: srvs[0].ClientURL undefined (type *jsServer has no field or method ClientURL)
https://github.com/nats-io/nats.go/blob/main/jetstream/test/pull_test.go#L2616:37: srvs[0].ClientURL undefined (type *jsServer has no field or method ClientURL)
https://github.com/nats-io/nats.go/blob/main/jetstream/test/pull_test.go#L2665:37: srvs[0].ClientURL undefined (type *jsServer has no field or method ClientURL)
https://github.com/nats-io/nats.go/blob/main/jetstream/test/pull_test.go#L2737:37: srvs[0].ClientURL undefined (type *jsServer has no field or method ClientURL)
https://github.com/nats-io/nats.go/blob/main/jetstream/test/pull_test.go#L2778:13: srvs[0].Shutdown undefined (type *jsServer has no field or method Shutdown)
https://github.com/nats-io/nats.go/blob/main/jetstream/test/pull_test.go#L2779:13: srvs[1].Shutdown undefined (type *jsServer has no field or method Shutdown)
https://github.com/nats-io/nats.go/blob/main/micro/test/service_test.go#L28:2: could not import github.com/nats-io/nats-server/v2/server (invalid package name: "")
https://github.com/nats-io/nats.go/blob/main/micro/test/service_test.go#L33:13: could not import github.com/nats-io/nats-server/v2/test (invalid package name: "")
test/reconnect_test.go#L26:2: no required module provides package github.com/nats-io/jwt; to add it:
go get github.com/nats-io/jwt
encoders/protobuf/testdata/pbtest.pb.go#L10:2: no required module provides package github.com/golang/protobuf/proto; to add it:
go get github.com/golang/protobuf/proto
encoders/protobuf/testdata/pbtest.pb.go#L11:2: no required module provides package google.golang.org/protobuf/reflect/protoreflect; to add it:
go get google.golang.org/protobuf/reflect/protoreflect
encoders/protobuf/testdata/pbtest.pb.go#L12:2: no required module provides package google.golang.org/protobuf/runtime/protoimpl; to add it:
go get google.golang.org/protobuf/runtime/protoimpl
https://github.com/nats-io/nats.go/blob/main/encoders/protobuf/testdata/pbtest.pb.go#L10:8: could not import github.com/golang/protobuf/proto (invalid package name: "")
https://github.com/nats-io/nats.go/blob/main/encoders/protobuf/testdata/pbtest.pb.go#L11:15: could not import google.golang.org/protobuf/reflect/protoreflect (invalid package name: "")
https://github.com/nats-io/nats.go/blob/main/encoders/protobuf/testdata/pbtest.pb.go#L12:12: could not import google.golang.org/protobuf/runtime/protoimpl (invalid package name: "")
https://github.com/nats-io/nats.go/blob/main/test/auth_test.go#L25:2: could not import github.com/nats-io/nats-server/v2/server (invalid package name: "")
https://github.com/nats-io/nats.go/blob/main/test/auth_test.go#L26:2: could not import github.com/nats-io/nats-server/v2/test (invalid package name: "")
https://github.com/nats-io/nats.go/blob/main/test/main_test.go#L19:2: could not import go.uber.org/goleak (invalid package name: "")
https://github.com/nats-io/nats.go/blob/main/test/reconnect_test.go#L26:2: could not import github.com/nats-io/jwt (invalid package name: "")
https://github.com/nats-io/nats.go/blob/main/test/js_test.go#L6327:31: srvA.ClientURL undefined (type *jsServer has no field or method ClientURL)
https://github.com/nats-io/nats.go/blob/main/test/js_test.go#L6370:32: srvA.ClientURL undefined (type *jsServer has no field or method ClientURL)
https://github.com/nats-io/nats.go/blob/main/test/js_test.go#L6875:30: srv.ClientURL undefined (type *jsServer has no field or method ClientURL)
https://github.com/nats-io/nats.go/blob/main/test/js_test.go#L7212:31: srvA.ClientURL undefined (type *jsServer has no field or method ClientURL)
https://github.com/nats-io/nats.go/blob/main/test/js_test.go#L7263:10: srvA.Shutdown undefined (type *jsServer has no field or method Shutdown)
https://github.com/nats-io/nats.go/blob/main/test/js_test.go#L7264:10: srvA.WaitForShutdown undefined (type *jsServer has no field or method WaitForShutdown)
https://github.com/nats-io/nats.go/blob/main/test/js_test.go#L7361:31: srvA.ClientURL undefined (type *jsServer has no field or method ClientURL)
https://github.com/nats-io/nats.go/blob/main/test/js_test.go#L7411:9: srvA.Shutdown undefined (type *jsServer has no field or method Shutdown)
https://github.com/nats-io/nats.go/blob/main/test/js_test.go#L7440:24: srvB.ClientURL undefined (type *jsServer has no field or method ClientURL)
https://github.com/nats-io/nats.go/blob/main/test/js_test.go#L7441:24: srvC.ClientURL undefined (type *jsServer has no field or method ClientURL)
https://github.com/nats-io/nats.go/blob/main/test/js_test.go#L7448:10: srvB.Shutdown undefined (type *jsServer has no field or method Shutdown)
https://github.com/nats-io/nats.go/blob/main/test/js_test.go#L7450:10: srvC.Shutdown undefined (type *jsServer has no field or method Shutdown)
https://github.com/nats-io/nats.go/blob/main/test/js_test.go#L7474:31: srvA.ClientURL undefined (type *jsServer has no field or method ClientURL)
https://github.com/nats-io/nats.go/blob/main/test/js_test.go#L7579:10: srvA.Shutdown undefined (type *jsServer has no field or method Shutdown)
testifylint: 44 errors during loading

Report issue: https://github.com/nats-io/nats.go/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682613582

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/projectcalico/calico got output

-: # github.com/google/gopacket/pcap
../../../../go/pkg/mod/github.com/google/gopacket@v1.1.19/pcap/pcap_unix.go#L34:10: fatal error: pcap.h: No such file or directory
34 | #include <pcap.h>
|          ^~~~~~~~
compilation terminated.
/home/runner/go/pkg/mod/github.com/google/gopacket@v1.1.19/pcap/pcap_unix.go#L167:8: could not import C (no metadata for C)
testifylint: 2 errors during loading

Report issue: https://github.com/projectcalico/calico/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682575023

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/rebuy-de/aws-nuke got output

resources/cloudformation-stack_test.go#L10:2: no required module provides package github.com/rebuy-de/aws-nuke/v2/mocks/mock_cloudformationiface; to add it:
go get github.com/rebuy-de/aws-nuke/v2/mocks/mock_cloudformationiface
https://github.com/rebuy-de/aws-nuke/blob/main/resources/cloudformation-stack_test.go#L10:2: could not import github.com/rebuy-de/aws-nuke/v2/mocks/mock_cloudformationiface (invalid package name: "")
testifylint: 2 errors during loading

Report issue: https://github.com/rebuy-de/aws-nuke/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682601851

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/h2non/imaginary got output

-: # github.com/h2non/bimg
# [pkg-config --cflags  -- vips vips vips vips]
Package vips was not found in the pkg-config search path.
Perhaps you should add the directory containing `vips.pc'
to the PKG_CONFIG_PATH environment variable
Package 'vips', required by 'virtual:world', not found
Package 'vips', required by 'virtual:world', not found
Package 'vips', required by 'virtual:world', not found
Package 'vips', required by 'virtual:world', not found
/home/runner/go/pkg/mod/github.com/h2non/bimg@v1.1.7/metadata.go#L7:8: could not import C (no metadata for C)
middleware.go#L14:2: no required module provides package github.com/throttled/throttled/v2; to add it:
go get github.com/throttled/throttled/v2
middleware.go#L15:2: no required module provides package github.com/throttled/throttled/v2/store/memstore; to add it:
go get github.com/throttled/throttled/v2/store/memstore
https://github.com/h2non/imaginary/blob/master/middleware.go#L14:2: could not import github.com/throttled/throttled/v2 (invalid package name: "")
https://github.com/h2non/imaginary/blob/master/middleware.go#L15:2: could not import github.com/throttled/throttled/v2/store/memstore (invalid package name: "")
https://github.com/h2non/imaginary/blob/master/middleware.go#L74:11: undefined: throttled
https://github.com/h2non/imaginary/blob/master/middleware.go#L74:40: undefined: throttled
https://github.com/h2non/imaginary/blob/master/middleware.go#L75:22: undefined: throttled
https://github.com/h2non/imaginary/blob/master/middleware.go#L80:21: undefined: throttled
https://github.com/h2non/imaginary/blob/master/middleware.go#L82:17: undefined: throttled
https://github.com/h2non/imaginary/blob/master/middleware.go#L14:2: could not import github.com/throttled/throttled/v2 (invalid package name: "")
https://github.com/h2non/imaginary/blob/master/middleware.go#L15:2: could not import github.com/throttled/throttled/v2/store/memstore (invalid package name: "")
https://github.com/h2non/imaginary/blob/master/middleware.go#L74:11: undefined: throttled
https://github.com/h2non/imaginary/blob/master/middleware.go#L74:40: undefined: throttled
https://github.com/h2non/imaginary/blob/master/middleware.go#L75:22: undefined: throttled
https://github.com/h2non/imaginary/blob/master/middleware.go#L80:21: undefined: throttled
https://github.com/h2non/imaginary/blob/master/middleware.go#L82:17: undefined: throttled
testifylint: 18 errors during loading

Report issue: https://github.com/h2non/imaginary/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682612156

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/google/syzkaller got output

https://github.com/google/syzkaller/blob/master/dashboard/app/tree_test.go#L263:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/dashboard/app/tree_test.go#L270:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/dashboard/app/tree_test.go#L271:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/dashboard/app/tree_test.go#L302:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/dashboard/app/tree_test.go#L341:2: empty: use assert.Empty
https://github.com/google/syzkaller/blob/master/pkg/asset/backend_gcs_test.go#L35:2: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/pkg/asset/backend_gcs_test.go#L39:2: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/pkg/asset/backend_gcs_test.go#L43:2: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/pkg/bisect/minimize/slice_test.go#L28:2: empty: use assert.Empty
https://github.com/google/syzkaller/blob/master/pkg/bisect/minimize/slice_test.go#L27:2: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/pkg/bisect/minimize/slice_test.go#L41:2: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/pkg/bisect/minimize/slice_test.go#L77:3: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/pkg/corpus/corpus_test.go#L30:2: bool-compare: use assert.False
https://github.com/google/syzkaller/blob/master/pkg/corpus/corpus_test.go#L51:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/corpus/corpus_test.go#L52:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/corpus/corpus_test.go#L53:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/corpus/corpus_test.go#L77:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/cover/manager_to_ci_test.go#L37:2: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/pkg/cover/manager_to_ci_test.go#L40:2: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/pkg/covermerger/covermerger_test.go#L135:4: error-nil: use assert.NoError
https://github.com/google/syzkaller/blob/master/pkg/covermerger/covermerger_test.go#L137:4: error-nil: use assert.NoError
https://github.com/google/syzkaller/blob/master/pkg/covermerger/covermerger_test.go#L159:2: error-nil: use assert.NoError
https://github.com/google/syzkaller/blob/master/pkg/covermerger/covermerger_test.go#L161:2: error-nil: use assert.NoError
https://github.com/google/syzkaller/blob/master/pkg/csource/csource_test.go#L271:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/fuzzer/fuzzer_test.go#L162:2: len: use assert.Len
https://github.com/google/syzkaller/blob/master/pkg/fuzzer/fuzzer_test.go#L167:2: len: use assert.Len
https://github.com/google/syzkaller/blob/master/pkg/fuzzer/fuzzer_test.go#L176:2: len: use assert.Len
https://github.com/google/syzkaller/blob/master/pkg/fuzzer/fuzzer_test.go#L154:2: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/pkg/fuzzer/job_test.go#L79:2: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/pkg/fuzzer/job_test.go#L81:2: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/pkg/rpcserver/last_executing_test.go#L38:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L24:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L26:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L28:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L32:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L34:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L43:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L45:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L47:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L49:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L51:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L53:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L56:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L60:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L62:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L67:2: len: use a.Len
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L68:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L69:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L70:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L71:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L72:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L75:2: len: use a.Len
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L76:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L77:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L80:2: len: use a.Len
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L81:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L91:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L93:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L95:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L109:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L112:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L114:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L116:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L118:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L119:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L121:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L122:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L123:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L124:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L126:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L127:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L128:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L129:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L141:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L142:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L143:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L144:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L145:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L146:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L147:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L148:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L149:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L150:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L151:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L152:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L174:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L175:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L176:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L177:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L178:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L179:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/stats/set_test.go#L21:2: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/pkg/subsystem/linux/coincidence_test.go#L20:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/subsystem/linux/coincidence_test.go#L21:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/subsystem/linux/coincidence_test.go#L22:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/subsystem/linux/coincidence_test.go#L25:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/subsystem/linux/coincidence_test.go#L26:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/subsystem/linux/coincidence_test.go#L27:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/subsystem/linux/path_coincidence_test.go#L37:2: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/pkg/subsystem/linux/parents_test.go#L118:2: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/pkg/vcs/linux_test.go#L20:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/vcs/linux_test.go#L26:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/vcs/linux_test.go#L37:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/vcs/linux_test.go#L43:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/vcs/linux_test.go#L49:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/pkg/vcs/git_test.go#L423:2: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/pkg/vcs/git_test.go#L425:2: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/pkg/vminfo/linux_test.go#L171:2: error-nil: use assert.NoError
https://github.com/google/syzkaller/blob/master/prog/expr_test.go#L276:2: negative-positive: use assert.Positive
https://github.com/google/syzkaller/blob/master/prog/expr_test.go#L277:2: negative-positive: use assert.Positive
https://github.com/google/syzkaller/blob/master/prog/expr_test.go#L278:2: negative-positive: use assert.Positive
https://github.com/google/syzkaller/blob/master/prog/target_test.go#L13:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/prog/target_test.go#L14:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/prog/target_test.go#L15:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/prog/target_test.go#L22:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/prog/target_test.go#L26:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/prog/target_test.go#L31:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/prog/collide_test.go#L202:4: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/prog/expr_test.go#L186:4: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/prog/expr_test.go#L188:4: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/prog/encoding_test.go#L396:3: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/prog/expr_test.go#L125:5: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/syz-ci/manager_test.go#L106:2: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/tools/syz-testbed/table_test.go#L21:2: require-error: for error assertions use require
https://github.com/google/syzkaller/blob/master/vm/proxyapp/init_test.go#L90:4: expected-actual: need to reverse actual and expected values
https://github.com/google/syzkaller/blob/master/vm/proxyapp/init_test.go#L97:2: error-nil: use assert.NoError
https://github.com/google/syzkaller/blob/master/vm/proxyapp/init_test.go#L98:2: error-nil: use assert.NoError
https://github.com/google/syzkaller/blob/master/vm/proxyapp/init_test.go#L100:2: error-nil: use assert.Error
https://github.com/google/syzkaller/blob/master/vm/proxyapp/init_test.go#L101:2: error-nil: use assert.Error
https://github.com/google/syzkaller/blob/master/vm/proxyapp/init_test.go#L102:2: error-nil: use assert.Error
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_tcp_test.go#L69:2: error-nil: use assert.NoError
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_tcp_test.go#L120:2: error-nil: use assert.NoError
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_tcp_test.go#L127:2: error-nil: use assert.Error
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_test.go#L72:2: error-nil: use assert.NoError
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_test.go#L82:2: error-nil: use assert.Error
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_test.go#L107:3: error-nil: use assert.Error
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_test.go#L135:2: error-nil: use assert.Error
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_test.go#L171:2: error-nil: use assert.Error
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_test.go#L243:2: error-nil: use assert.NoError
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_test.go#L261:2: error-nil: use assert.Error
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_test.go#L276:2: error-nil: use assert.Error
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_test.go#L287:2: error-nil: use assert.Error
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_test.go#L303:2: error-nil: use assert.NoError
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_test.go#L330:2: bool-compare: use assert.False
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_test.go#L334:2: bool-compare: use assert.False
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_test.go#L345:2: bool-compare: use assert.False
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_test.go#L359:2: error-nil: use assert.NoError
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_test.go#L371:2: error-nil: use assert.Error
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_test.go#L388:2: error-nil: use assert.NoError
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_test.go#L400:2: error-nil: use assert.Error
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_test.go#L416:2: error-nil: use assert.NoError
https://github.com/google/syzkaller/blob/master/vm/proxyapp/proxyappclient_test.go#L506:2: error-nil: use assert.NoError

Report issue: https://github.com/google/syzkaller/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682600702

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/kubevirt/kubevirt got output

-: C source files not allowed when not using cgo or SWIG: main.c
-: # libvirt.org/go/libvirt
# [pkg-config --cflags  -- libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt-lxc libvirt-qemu libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt]
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt-lxc was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt-lxc.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt-lxc' found
Package libvirt-qemu was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt-qemu.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt-qemu' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
https://github.com/kubevirt/kubevirt/blob/main/vendor/libvirt.org/go/libvirt/callbacks.go#L63:8: could not import C (no metadata for C)
https://github.com/kubevirt/kubevirt/blob/main/pkg/virt-launcher/virtwrap/errors/errors.go#L42:25: cannot use libvirt.ERR_NO_DOMAIN (constant unknown with invalid type) as libvirt.ErrorNumber value in argument to checkError
https://github.com/kubevirt/kubevirt/blob/main/pkg/virt-launcher/virtwrap/cli/libvirt.go#L251:50: cannot use libvirt.DOMAIN_QEMU_AGENT_COMMAND_DEFAULT (constant unknown with invalid type) as libvirt.DomainQemuAgentCommandTimeout value in argument to domain.QemuAgentCommand
https://github.com/kubevirt/kubevirt/blob/main/pkg/virt-launcher/virtwrap/util/libvirt_helper.go#L47:2: cannot use libvirt.DOMAIN_NOSTATE (constant unknown with invalid type) as libvirt.DomainState value in map literal
https://github.com/kubevirt/kubevirt/blob/main/pkg/virt-launcher/virtwrap/device/hostdevice/hotplug.go#L38:36: invalid operation: operator | not defined on libvirt.DOMAIN_DEVICE_MODIFY_LIVE (constant unknown with invalid type)
https://github.com/kubevirt/kubevirt/blob/main/pkg/virt-launcher/virtwrap/manager.go#L102:46: invalid operation: operator | not defined on libvirt.DOMAIN_DEVICE_MODIFY_LIVE (constant unknown with invalid type)
tools/tools.go#L5:2: import "github.com/onsi/ginkgo/v2/ginkgo" is a program, not an importable package
https://github.com/kubevirt/kubevirt/blob/main/pkg/virt-launcher/notify-client/notify_test.go#L137:105: cannot use libvirt.ERR_NO_DOMAIN (constant unknown with invalid type) as libvirt.ErrorNumber value in struct literal
https://github.com/kubevirt/kubevirt/blob/main/pkg/virt-launcher/virtwrap/manager.go#L102:46: invalid operation: operator | not defined on libvirt.DOMAIN_DEVICE_MODIFY_LIVE (constant unknown with invalid type)
https://github.com/kubevirt/kubevirt/blob/main/pkg/virt-launcher/virtwrap/cli/libvirt.go#L251:50: cannot use libvirt.DOMAIN_QEMU_AGENT_COMMAND_DEFAULT (constant unknown with invalid type) as libvirt.DomainQemuAgentCommandTimeout value in argument to domain.QemuAgentCommand
https://github.com/kubevirt/kubevirt/blob/main/pkg/virt-launcher/virtwrap/util/libvirt_helper.go#L47:2: cannot use libvirt.DOMAIN_NOSTATE (constant unknown with invalid type) as libvirt.DomainState value in map literal
-: # kubevirt.io/kubevirt/tools/util [kubevirt.io/kubevirt/tools/util.test]
tools/util/marshaller_test.go#L32:195: not enough arguments in call to components.NewHandlerDaemonSet
have (string, string, string, string, string, string, string, string, string, string, string, string, "k8s.io/api/core/v1".PullPolicy, []"k8s.io/api/core/v1".LocalObjectReference, nil, string, nil, bool)
want (string, string, string, string, string, string, string, string, string, string, string, string, string, string, "k8s.io/api/core/v1".PullPolicy, []"k8s.io/api/core/v1".LocalObjectReference, *string, string, map[string]string, bool)
https://github.com/kubevirt/kubevirt/blob/main/tools/util/marshaller_test.go#L32:200: not enough arguments in call to components.NewHandlerDaemonSet
have (string, string, string, string, string, string, string, string, string, string, string, string, "k8s.io/api/core/v1".PullPolicy, []"k8s.io/api/core/v1".LocalObjectReference, nil, string, nil, bool)
want (string, string, string, string, string, string, string, string, string, string, string, string, string, string, "k8s.io/api/core/v1".PullPolicy, []"k8s.io/api/core/v1".LocalObjectReference, *string, string, map[string]string, bool)
testifylint: 15 errors during loading

Report issue: https://github.com/kubevirt/kubevirt/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682592851

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/gorgonia/gorgonia got output

-: # gorgonia.org/cu
../../../../go/pkg/mod/gorgonia.org/cu@v0.9.4/addressing.go#L3:11: fatal error: cuda.h: No such file or directory
3 | // #include <cuda.h>
|           ^~~~~~~~
compilation terminated.
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/addressing.go#L4:8: could not import C (no metadata for C)
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L110:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L111:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L112:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L113:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L114:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L115:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L116:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L117:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L118:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L119:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L120:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L121:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L122:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L123:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L124:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L125:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L126:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L127:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L128:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L129:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L130:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L131:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L132:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L133:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L134:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L135:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L136:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L137:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L138:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L139:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L140:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L141:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L142:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L143:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L144:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L145:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L146:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L147:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L148:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L149:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L150:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L151:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L152:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L153:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L154:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L155:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L156:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L157:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L158:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L159:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L160:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L161:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L162:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L163:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L164:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L165:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L166:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L167:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L168:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L169:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L170:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L171:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L172:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L173:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L174:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L175:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L176:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L177:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L178:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L179:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L180:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L181:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L182:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L183:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/result.go#L184:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/blas/blas.go#L15:8: could not import C (no metadata for C)
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/blas/status.go#L38:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/blas/status.go#L39:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/blas/status.go#L40:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/blas/status.go#L41:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/blas/status.go#L42:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/blas/status.go#L43:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/blas/status.go#L44:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/blas/status.go#L45:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/blas/status.go#L46:2: duplicate key unknown in map literal
-: # gorgonia.org/cu/dnn
../../../../go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/convolution.go#L3:11: fatal error: cudnn.h: No such file or directory
3 | // #include <cudnn.h>
|           ^~~~~~~~~
compilation terminated.
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/cgoflags.go#L14:8: could not import C (no metadata for C)
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L10:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L11:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L12:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L13:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L14:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L21:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L22:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L23:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L24:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L25:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L26:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L27:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L28:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L29:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L30:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L31:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L32:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L33:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L34:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L35:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L36:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L37:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L38:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L39:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L40:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L41:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L42:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L43:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L44:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L45:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L46:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L47:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L48:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L49:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L50:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L51:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L52:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L53:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L54:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L55:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L56:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L57:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L58:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L59:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L60:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L61:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L62:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L63:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L64:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L65:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L66:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L67:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L68:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L69:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L70:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L71:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L72:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L73:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L74:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L75:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L76:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L77:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L78:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L79:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L80:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L81:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L82:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L83:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L84:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L85:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L86:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L87:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L88:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L89:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L90:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L91:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L92:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L93:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L94:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L95:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L96:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L97:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L98:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L99:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L100:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L101:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L102:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L103:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L110:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L111:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L112:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L113:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L114:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L115:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L116:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L117:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L118:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L119:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L120:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L121:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L122:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L123:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L124:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L125:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L132:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L133:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L134:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L135:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L136:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L137:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L138:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L139:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L140:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L141:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L142:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L143:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L144:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L145:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L146:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L147:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L148:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L155:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L162:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L163:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L164:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L165:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L166:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L167:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L168:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L169:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L170:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L171:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L172:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L173:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L174:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L175:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L176:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L177:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L178:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L179:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L180:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L181:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L182:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L183:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L184:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L185:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L192:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L193:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L194:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L195:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L202:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L203:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L204:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L205:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L206:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L207:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L214:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L215:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L222:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L223:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L230:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L237:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L238:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L239:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L240:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L241:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L242:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L243:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L244:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L251:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L258:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L271:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L272:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L279:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L286:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L293:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L294:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L295:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L296:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L297:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L298:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L299:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L300:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L301:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L302:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L303:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L304:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L305:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L306:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L307:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L308:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L309:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L310:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L311:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L312:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L313:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L314:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L315:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L316:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L317:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L318:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L319:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L320:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L321:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L322:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L323:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L324:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L325:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L326:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L327:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L328:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L329:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L330:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L337:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L338:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L345:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L346:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L347:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L348:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L349:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L350:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L351:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L352:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L353:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L354:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L355:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L356:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L357:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L358:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L359:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L360:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L361:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L362:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L363:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L364:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L365:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L366:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L367:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L368:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L369:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L370:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L371:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L378:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L379:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L380:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L381:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L382:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L383:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L396:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L397:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L398:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L411:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L418:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L419:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L420:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L427:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L428:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L429:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L430:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L431:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L432:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L433:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L440:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L447:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L454:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L461:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L462:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L469:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L470:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L471:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L472:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L473:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L480:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L481:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L482:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L483:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L484:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L485:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L486:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L487:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L494:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L495:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L496:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L503:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L504:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L505:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L512:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L513:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L514:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L521:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L528:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L529:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L536:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L543:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L544:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L545:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L552:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L559:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L560:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L561:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L562:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L563:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L564:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L565:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L566:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L573:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L586:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L587:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L588:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L595:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L596:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L597:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L604:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L605:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L612:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L619:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L620:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/generated_enums_strings.go#L627:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/status.go#L44:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/status.go#L45:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/status.go#L46:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/status.go#L47:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/status.go#L48:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/status.go#L49:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/status.go#L50:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/status.go#L51:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/status.go#L52:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/status.go#L53:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/status.go#L54:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/status.go#L55:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/gorgonia.org/cu@v0.9.4/dnn/status.go#L56:2: duplicate key unknown in map literal
https://github.com/gorgonia/gorgonia/blob/master/cuda/engine.go#L3:8: could not import C (no metadata for C)
https://github.com/gorgonia/gorgonia/blob/master/cuda/engine.go#L3:8: could not import C (no metadata for C)
testifylint: 422 errors during loading

Report issue: https://github.com/gorgonia/gorgonia/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682612663

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/dgraph-io/ristretto got output

https://github.com/dgraph-io/ristretto/blob/main/cache_test.go#L86:3: compares: use require.LessOrEqual
https://github.com/dgraph-io/ristretto/blob/main/cache_test.go#L309:2: empty: use require.NotEmpty
https://github.com/dgraph-io/ristretto/blob/main/cache_test.go#L345:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/dgraph-io/ristretto/blob/main/cache_test.go#L495:2: len: use require.Len
https://github.com/dgraph-io/ristretto/blob/main/cache_test.go#L704:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/dgraph-io/ristretto/blob/main/cache_test.go#L710:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/dgraph-io/ristretto/blob/main/cache_test.go#L713:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/dgraph-io/ristretto/blob/main/cache_test.go#L731:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/dgraph-io/ristretto/blob/main/cache_test.go#L742:2: empty: use require.NotEmpty
https://github.com/dgraph-io/ristretto/blob/main/cache_test.go#L745:2: empty: use require.Empty
https://github.com/dgraph-io/ristretto/blob/main/policy_test.go#L190:2: empty: use require.Empty
https://github.com/dgraph-io/ristretto/blob/main/policy_test.go#L212:2: len: use require.Len
https://github.com/dgraph-io/ristretto/blob/main/policy_test.go#L219:2: len: use require.Len
https://github.com/dgraph-io/ristretto/blob/main/ring_test.go#L69:2: compares: use require.LessOrEqual
https://github.com/dgraph-io/ristretto/blob/main/sketch_test.go#L28:3: compares: use require.NotEqual
https://github.com/dgraph-io/ristretto/blob/main/stress_test.go#L50:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/dgraph-io/ristretto/blob/main/z/allocator_test.go#L35:3: empty: use require.Empty
https://github.com/dgraph-io/ristretto/blob/main/z/allocator_test.go#L36:3: len: use require.Len
https://github.com/dgraph-io/ristretto/blob/main/z/allocator_test.go#L37:3: len: use require.Len
https://github.com/dgraph-io/ristretto/blob/main/z/allocator_test.go#L38:3: len: use require.Len
https://github.com/dgraph-io/ristretto/blob/main/z/allocator_test.go#L55:2: len: use require.Len
https://github.com/dgraph-io/ristretto/blob/main/z/allocator_test.go#L59:2: len: use require.Len
https://github.com/dgraph-io/ristretto/blob/main/z/allocator_test.go#L117:2: compares: use require.Equal
https://github.com/dgraph-io/ristretto/blob/main/z/allocator_test.go#L121:2: compares: use require.Equal
https://github.com/dgraph-io/ristretto/blob/main/z/allocator_test.go#L125:2: compares: use require.Equal
https://github.com/dgraph-io/ristretto/blob/main/z/allocator_test.go#L145:5: len: use require.Len
https://github.com/dgraph-io/ristretto/blob/main/z/allocator_test.go#L162:2: len: use require.Len
https://github.com/dgraph-io/ristretto/blob/main/z/btree_test.go#L260:2: compares: use require.Equal
https://github.com/dgraph-io/ristretto/blob/main/z/buffer_test.go#L113:3: compares: use require.GreaterOrEqual
https://github.com/dgraph-io/ristretto/blob/main/z/flags_test.go#L28:2: bool-compare: use require.True
https://github.com/dgraph-io/ristretto/blob/main/z/flags_test.go#L41:2: bool-compare: use require.True
https://github.com/dgraph-io/ristretto/blob/main/z/histogram_test.go#L32:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/dgraph-io/ristretto/blob/main/z/histogram_test.go#L56:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/dgraph-io/ristretto/blob/main/z/histogram_test.go#L79:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/dgraph-io/ristretto/blob/main/z/allocator_test.go#L145:5: go-require: require must only be used in the goroutine running the test function

Report issue: https://github.com/dgraph-io/ristretto/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682617400

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/cortexproject/cortex got output

https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/alertmanager_http_test.go#L48:3: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/alertmanager_test.go#L192:2: compares: use require.Greater
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/api_test.go#L700:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/api_test.go#L708:3: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/api_test.go#L718:3: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/api_test.go#L727:3: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/distributor_test.go#L295:6: compares: use require.LessOrEqual
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L190:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L644:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L729:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L730:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L1083:4: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L1100:4: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L1328:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L1329:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L1483:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L1771:4: empty: use require.NotEmpty
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L1813:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L1814:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L1815:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L1829:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L1830:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L1845:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L1993:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L2002:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L2014:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L2015:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L2016:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L2029:6: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L2030:6: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L2031:6: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L2160:2: error-nil: use require.Error
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/rate_limited_notifier_test.go#L56:4: error-nil: use assert.Error
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/state_persister_test.go#L109:3: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/state_persister_test.go#L155:3: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/state_persister_test.go#L117:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/multitenant_test.go#L511:5: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/alertstore/store_test.go#L230:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/alertstore/store_test.go#L241:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/alertstore/store_test.go#L270:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/alertstore/store_test.go#L287:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/api/api_test.go#L180:5: go-require: require must only be used in the goroutine running the test function
https://github.com/cortexproject/cortex/blob/master/pkg/api/api_test.go#L175:5: go-require: do not use require in http handlers
https://github.com/cortexproject/cortex/blob/master/pkg/api/handlers_test.go#L165:4: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/api/handlers_test.go#L194:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L57:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L58:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L59:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L60:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L61:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L62:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L63:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L64:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L65:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L66:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L75:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L76:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L77:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L78:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L79:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L80:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L81:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L82:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L83:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L84:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L99:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L100:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L101:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L102:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L103:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L104:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L105:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L106:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L107:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L108:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L121:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L122:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L123:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L124:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L125:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L126:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L127:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L128:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L129:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L130:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L151:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L152:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L153:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L154:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L155:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L156:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L157:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L158:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L159:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L160:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L203:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L204:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L205:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L206:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L207:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L208:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L209:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L210:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L211:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L212:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L219:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L220:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L221:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L222:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L223:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L224:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L225:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L226:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L227:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L228:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/fifo_cache_test.go#L275:3: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/redis_cache_test.go#L16:2: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/redis_cache_test.go#L37:2: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/redis_cache_test.go#L46:2: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/redis_client_test.go#L15:2: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/redis_client_test.go#L19:2: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/redis_client_test.go#L46:4: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/redis_client_test.go#L50:4: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/redis_client_test.go#L58:4: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/cache_test.go#L51:3: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/cache_test.go#L64:2: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/cache/memcached_client_selector_test.go#L65:2: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L101:2: negative-positive: use require.Positive
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L110:2: negative-positive: use require.Positive
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L232:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L233:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L234:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L235:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L236:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L355:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L356:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L357:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L358:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L359:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L414:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L415:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L416:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L417:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L418:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/compactor_test.go#L214:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/compactor_test.go#L663:2: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/compactor_test.go#L1907:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/compactor_test.go#L1922:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/shuffle_sharding_planner_test.go#L389:5: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/compactor_test.go#L62:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L601:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L642:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/compactor/blocks_cleaner_test.go#L680:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/configs/api/api_test.go#L123:3: compares: use assert.Greater
https://github.com/cortexproject/cortex/blob/master/pkg/configs/api/api_test.go#L142:3: compares: use assert.Greater
https://github.com/cortexproject/cortex/blob/master/pkg/configs/api/api_test.go#L397:2: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/configs/api/api_test.go#L156:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/configs/api/api_test.go#L175:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/configs/api/api_test.go#L198:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/configs/api/api_test.go#L274:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/configs/api/api_test.go#L219:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/configs/client/configs_test.go#L39:2: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/configs/client/configs_test.go#L34:3: go-require: do not use require in http handlers
https://github.com/cortexproject/cortex/blob/master/pkg/configs/db/db_test.go#L59:5: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/configs/db/db_test.go#L54:5: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/configs/db/db_test.go#L57:5: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/configs/userconfig/config_test.go#L46:2: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/configs/userconfig/config_test.go#L67:2: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/cortex/cortex_test.go#L259:2: bool-compare: use require.True
https://github.com/cortexproject/cortex/blob/master/pkg/cortex/modules_test.go#L209:3: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/cortex/runtime_config_test.go#L44:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/cortexpb/timeseries_test.go#L46:3: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/cortexpb/timeseries_test.go#L65:3: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/cortexpb/timeseries_test.go#L66:3: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/cortexpb/extensions_test.go#L79:6: go-require: require must only be used in the goroutine running the test function
https://github.com/cortexproject/cortex/blob/master/pkg/cortexpb/extensions_test.go#L81:6: go-require: require must only be used in the goroutine running the test function
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L666:7: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L932:7: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L1190:4: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L1247:3: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L1269:3: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L1309:3: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L1329:3: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L1370:3: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L1389:3: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L1405:3: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L1447:3: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L1466:3: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L1482:3: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L1574:5: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L1724:5: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L1786:6: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L1849:5: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L2562:5: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L2618:4: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L3552:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L3671:6: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L3805:3: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/ingestion_rate_strategy_test.go#L82:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/ingestion_rate_strategy_test.go#L83:4: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L1022:6: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L1024:6: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/distributor/distributor_test.go#L1201:4: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/frontend_test.go#L53:4: go-require: do not use require in http handlers
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/frontend_test.go#L106:4: go-require: do not use require in http handlers
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/frontend_test.go#L195:4: go-require: do not use require in http handlers
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/frontend_test.go#L217:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/frontend_test.go#L219:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/frontend_test.go#L226:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/frontend_test.go#L229:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/frontend_test.go#L152:5: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/frontend_test.go#L154:5: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/frontend_test.go#L161:5: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/frontend_test.go#L165:5: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/transport/handler_test.go#L214:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/transport/handler_test.go#L230:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/transport/handler_test.go#L246:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/transport/handler_test.go#L262:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/transport/handler_test.go#L278:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/transport/handler_test.go#L294:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/transport/handler_test.go#L310:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/transport/handler_test.go#L326:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/transport/handler_test.go#L342:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/transport/handler_test.go#L358:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/transport/handler_test.go#L374:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/transport/handler_test.go#L390:4: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/transport/handler_test.go#L399:4: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/v1/queue_test.go#L74:3: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/v1/frontend_test.go#L46:3: go-require: do not use require in http handlers
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/v1/frontend_test.go#L83:3: go-require: do not use require in http handlers
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/v1/frontend_test.go#L190:3: go-require: do not use require in http handlers
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/v2/frontend_test.go#L204:3: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/v2/frontend_test.go#L205:3: compares: use require.Equal
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/v2/frontend_test.go#L206:3: compares: use require.Equal
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/v2/frontend_test.go#L207:3: compares: use require.Equal
https://github.com/cortexproject/cortex/blob/master/pkg/frontend/v2/frontend_test.go#L245:3: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L247:2: negative-positive: use assert.Positive
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L317:2: negative-positive: use assert.Positive
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L349:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L355:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L363:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L370:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L537:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L540:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L543:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L548:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L557:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L561:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L570:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L400:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L405:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L411:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L183:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L187:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L194:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L708:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L725:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L157:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L223:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L225:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L229:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L231:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L235:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L237:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L275:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L277:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L281:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L283:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L288:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L292:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L294:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L301:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L305:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ha/ha_tracker_test.go#L307:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L1671:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L2429:2: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L3002:3: negative-positive: use require.Positive
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L3010:5: compares: use require.NotEqual
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L3255:5: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L3264:5: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L3275:5: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L3291:5: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L3312:5: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L3334:5: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L3558:2: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L3569:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L3932:5: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L4413:3: compares: use require.Greater
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L4414:3: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L4441:2: compares: use require.LessOrEqual
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L4442:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L4516:2: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L4519:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L4528:2: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L4540:2: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L4544:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L4556:2: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L4568:2: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L4572:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L4940:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L4949:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/instance_limits_test.go#L25:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/limiter_test.go#L507:4: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L2882:5: go-require: require must only be used in the goroutine running the test function
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L2972:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/limiter_test.go#L593:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/limiter_test.go#L596:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/limiter_test.go#L599:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/limiter_test.go#L602:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L4821:8: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/user_state_test.go#L86:6: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L1444:6: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/client/client_test.go#L50:3: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/client/cortex_util_test.go#L139:4: bool-compare: use assert.True
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/client/cortex_util_test.go#L134:5: go-require: require must only be used in the goroutine running the test function
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/client/client_test.go#L87:5: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ingester/client/client_test.go#L89:5: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_consistency_checker_test.go#L115:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_consistency_checker_test.go#L118:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_consistency_checker_test.go#L120:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_finder_bucket_scan_test.go#L43:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_finder_bucket_scan_test.go#L52:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_finder_bucket_scan_test.go#L217:2: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_finder_bucket_scan_test.go#L229:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_finder_bucket_scan_test.go#L250:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_finder_bucket_scan_test.go#L262:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_finder_bucket_scan_test.go#L282:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_finder_bucket_scan_test.go#L294:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_finder_bucket_scan_test.go#L314:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_finder_bucket_scan_test.go#L326:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_finder_bucket_scan_test.go#L343:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_finder_bucket_scan_test.go#L355:2: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_finder_bucket_scan_test.go#L371:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_finder_bucket_scan_test.go#L383:2: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_finder_bucket_scan_test.go#L393:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_store_queryable_test.go#L845:5: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_store_queryable_test.go#L852:4: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_store_queryable_test.go#L1363:6: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_store_queryable_test.go#L1380:6: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_store_queryable_test.go#L1464:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_store_replicated_set_test.go#L747:4: compares: use require.Greater
https://github.com/cortexproject/cortex/blob/master/pkg/querier/distributor_queryable_test.go#L117:6: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/querier/querier_test.go#L748:4: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/querier/querier_test.go#L751:4: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/querier/querier_test.go#L761:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/querier/querier_test.go#L847:5: error-nil: use require.Error
https://github.com/cortexproject/cortex/blob/master/pkg/querier/querier_test.go#L850:5: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/querier/querier_test.go#L987:6: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/querier/querier_test.go#L990:6: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/querier/querier_test.go#L1000:7: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/querier/querier_test.go#L1041:7: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/querier/querier_test.go#L1066:7: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/querier/querier_test.go#L1096:7: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/querier/querier_test.go#L1121:7: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/querier/querier_test.go#L1217:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/querier/querier_test.go#L1222:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/querier/store_gateway_client_test.go#L34:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cortexproject/cortex/blob/master/pkg/querier/store_gateway_client_test.go#L52:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_store_queryable_test.go#L844:5: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_finder_bucket_scan_test.go#L59:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/querier/blocks_store_queryable_test.go#L1368:7: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/querier/batch/batch_test.go#L144:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/querier/batch/chunk_test.go#L64:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/querier/batch/chunk_test.go#L76:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/querier/batch/chunk_test.go#L90:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/querier/batch/chunk_test.go#L110:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/querier/tenantfederation/merge_queryable_test.go#L626:7: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/querier/tenantfederation/merge_queryable_test.go#L633:8: formatter: remove unnecessary fmt.Sprintf
https://github.com/cortexproject/cortex/blob/master/pkg/querier/tenantfederation/merge_queryable_test.go#L965:7: formatter: remove unnecessary fmt.Sprintf
https://github.com/cortexproject/cortex/blob/master/pkg/querier/tripperware/instantquery/instant_query_test.go#L429:4: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/querier/tripperware/instantquery/limits_test.go#L87:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/querier/tripperware/instantquery/instant_query_test.go#L494:5: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/querier/tripperware/queryrange/limits_test.go#L98:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/querier/tripperware/queryrange/limits_test.go#L214:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/querier/tripperware/queryrange/results_cache_test.go#L746:4: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/querier/tripperware/queryrange/results_cache_test.go#L1147:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/querier/tripperware/queryrange/results_cache_test.go#L1151:2: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/querier/tripperware/queryrange/test_utils_test.go#L79:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/querier/tripperware/queryrange/value_test.go#L166:5: error-nil: use require.Error
https://github.com/cortexproject/cortex/blob/master/pkg/querier/tripperware/queryrange/value_test.go#L168:5: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/querier/worker/frontend_processor_test.go#L44:2: bool-compare: use assert.True
https://github.com/cortexproject/cortex/blob/master/pkg/ring/basic_lifecycler_test.go#L127:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/ring/basic_lifecycler_test.go#L128:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/ring/basic_lifecycler_test.go#L137:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/ring/basic_lifecycler_test.go#L138:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/ring/basic_lifecycler_test.go#L177:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/ring/basic_lifecycler_test.go#L178:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/ring/basic_lifecycler_test.go#L185:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/ring/basic_lifecycler_test.go#L186:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/ring/basic_lifecycler_test.go#L213:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/ring/basic_lifecycler_test.go#L214:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/ring/basic_lifecycler_test.go#L221:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/ring/basic_lifecycler_test.go#L222:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/ring/lifecycler_test.go#L649:3: bool-compare: use require.True
https://github.com/cortexproject/cortex/blob/master/pkg/ring/lifecycler_test.go#L663:3: bool-compare: use require.True
https://github.com/cortexproject/cortex/blob/master/pkg/ring/replication_strategy_test.go#L96:5: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ring/replication_strategy_test.go#L158:5: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ring/ring_test.go#L463:5: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ring/ring_test.go#L546:5: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ring/ring_test.go#L693:5: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ring/ring_test.go#L710:5: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ring/ring_test.go#L2689:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/ring/ring_test.go#L2927:3: compares: use require.Equal
https://github.com/cortexproject/cortex/blob/master/pkg/ring/ring_test.go#L2955:2: compares: use require.NotEqual
https://github.com/cortexproject/cortex/blob/master/pkg/ring/ring_test.go#L2961:2: compares: use require.NotEqual
https://github.com/cortexproject/cortex/blob/master/pkg/ring/ring_test.go#L2968:2: compares: use require.Equal
https://github.com/cortexproject/cortex/blob/master/pkg/ring/ring_test.go#L2973:2: compares: use require.NotEqual
https://github.com/cortexproject/cortex/blob/master/pkg/ring/token_generator_test.go#L91:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ring/token_generator_test.go#L98:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ring/token_generator_test.go#L106:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/ring/token_generator_test.go#L111:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/ring/token_generator_test.go#L117:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/ring/token_generator_test.go#L122:2: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ring/util_test.go#L400:2: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/ring/util_test.go#L411:2: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ring/util_test.go#L417:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ring/ring_test.go#L859:4: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ring/replication_set_test.go#L249:5: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ring/ring_test.go#L545:5: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ring/ring_test.go#L550:6: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ring/ring_test.go#L692:5: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ring/ring_test.go#L709:5: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ring/basic_lifecycler_test.go#L346:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ring/replication_strategy_test.go#L157:5: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ring/replication_strategy_test.go#L95:5: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ring/model_test.go#L570:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ring/model_test.go#L572:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/kv_test.go#L135:5: go-require: require must only be used in the goroutine running the test function
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/multi_test.go#L28:4: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/codec/codec_test.go#L43:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/consul/client_test.go#L162:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/consul/client_test.go#L166:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/dynamodb/client_test.go#L45:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/dynamodb/client_test.go#L285:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/dynamodb/dynamodb_test.go#L72:4: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/memberlist/memberlist_client_test.go#L386:3: compares: use require.GreaterOrEqual
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/memberlist/memberlist_client_test.go#L488:2: compares: use require.NotEqual
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/memberlist/memberlist_client_test.go#L519:2: compares: use require.NotEqual
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/memberlist/memberlist_client_test.go#L1128:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/memberlist/memberlist_client_test.go#L1132:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/memberlist/memberlist_client_test.go#L1136:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/memberlist/memberlist_client_test.go#L1155:2: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/memberlist/memberlist_client_test.go#L1167:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/memberlist/memberlist_client_test.go#L1168:2: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/memberlist/memberlist_client_test.go#L1190:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/memberlist/memberlist_client_test.go#L1220:2: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/memberlist/memberlist_client_test.go#L1274:5: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ring/kv/memberlist/memberlist_client_test.go#L1276:5: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/api_test.go#L44:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/api_test.go#L100:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/api_test.go#L154:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/api_test.go#L209:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/manager_test.go#L88:2: compares: use require.NotEqual
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/manager_test.go#L273:2: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/manager_test.go#L274:2: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/mapper_test.go#L379:3: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/notifier_test.go#L265:5: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/rule_backup_manager_test.go#L105:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/rule_backup_manager_test.go#L112:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/rule_backup_manager_test.go#L127:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/rule_backup_manager_test.go#L131:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/rule_backup_manager_test.go#L143:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L267:3: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L328:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L329:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L904:5: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L922:5: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L1094:4: useless-assert: asserting of the same variable
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L1110:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L1130:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L1132:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L1679:5: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L1680:5: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L1681:5: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L1779:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L1790:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L1805:3: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L1814:3: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L1824:3: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L1833:3: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L1866:3: empty: use require.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L1868:3: empty: use require.NotEmpty
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L2064:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/ruler_test.go#L2082:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/client_pool_test.go#L31:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/client_pool_test.go#L49:3: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/rulestore/bucketclient/bucket_client_test.go#L125:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/rulestore/bucketclient/bucket_client_test.go#L131:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/rulestore/bucketclient/bucket_client_test.go#L434:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/rulestore/bucketclient/bucket_client_test.go#L435:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/rulestore/configdb/store_test.go#L59:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/rulestore/configdb/store_test.go#L86:2: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/rulestore/configdb/store_test.go#L113:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/ruler/rulestore/local/local_test.go#L80:3: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/scheduler_test.go#L259:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/scheduler_test.go#L284:2: compares: use require.Equal
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/scheduler_test.go#L334:3: compares: use require.Equal
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/scheduler_test.go#L348:2: compares: use require.Equal
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/scheduler_test.go#L458:2: compares: use require.Equal
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/scheduler_test.go#L467:2: compares: use require.Equal
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L101:3: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L137:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L373:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L374:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L400:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L401:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L402:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L421:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L422:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L423:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L437:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L438:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L439:2: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L577:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L581:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L604:3: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L609:4: compares: use require.Less
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/queue_test.go#L244:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L152:4: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L201:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L226:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L250:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L263:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L275:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L20:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L45:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L56:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L62:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L66:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_request_queue_test.go#L35:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_request_queue_test.go#L44:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/queue_test.go#L342:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/queue_test.go#L287:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L471:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L293:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L317:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L334:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_queues_test.go#L347:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_request_queue_test.go#L83:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_request_queue_test.go#L92:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_request_queue_test.go#L100:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_request_queue_test.go#L110:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_request_queue_test.go#L119:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/scheduler/queue/user_request_queue_test.go#L130:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/storage/bucket/bucket_util_test.go#L27:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/storage/bucket/client_test.go#L97:5: nil-compare: use assert.Nil
https://github.com/cortexproject/cortex/blob/master/pkg/storage/bucket/client_test.go#L154:4: go-require: require must only be used in the goroutine running the test function
https://github.com/cortexproject/cortex/blob/master/pkg/storage/bucket/client_test.go#L156:4: go-require: require must only be used in the goroutine running the test function
https://github.com/cortexproject/cortex/blob/master/pkg/storage/bucket/client_test.go#L157:4: go-require: require must only be used in the goroutine running the test function
https://github.com/cortexproject/cortex/blob/master/pkg/storage/bucket/client_test.go#L159:4: go-require: require must only be used in the goroutine running the test function
https://github.com/cortexproject/cortex/blob/master/pkg/storage/bucket/s3/config_test.go#L216:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/storage/bucket/s3/config_test.go#L223:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/storage/tsdb/bucketindex/loader_test.go#L493:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/storage/tsdb/bucketindex/markers_bucket_client_test.go#L203:5: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/storage/tsdb/bucketindex/storage_test.go#L53:2: error-is-as: use require.ErrorIs
https://github.com/cortexproject/cortex/blob/master/pkg/storage/tsdb/bucketindex/storage_test.go#L102:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/storage/tsdb/bucketindex/updater_test.go#L214:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/storage/tsdb/bucketindex/updater_test.go#L245:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/storage/tsdb/bucketindex/updater_test.go#L298:3: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/storage/tsdb/bucketindex/updater_test.go#L299:3: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/storage/tsdb/bucketindex/loader_test.go#L480:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/storage/tsdb/bucketindex/markers_bucket_client_test.go#L228:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/storage/tsdb/bucketindex/loader_test.go#L591:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_index_metadata_fetcher_test.go#L114:2: error-is-as: use require.ErrorIs
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_index_metadata_fetcher_test.go#L275:2: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_index_metadata_fetcher_test.go#L299:2: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_index_metadata_fetcher_test.go#L357:2: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_stores_test.go#L135:5: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_stores_test.go#L136:5: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_stores_test.go#L142:5: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_stores_test.go#L143:5: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_stores_test.go#L169:4: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_stores_test.go#L170:4: error-nil: use require.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_stores_test.go#L440:4: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_stores_test.go#L515:4: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_stores_test.go#L559:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/gateway_test.go#L163:5: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/gateway_test.go#L175:4: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/gateway_test.go#L383:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/gateway_test.go#L384:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/gateway_test.go#L388:6: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/gateway_test.go#L389:6: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/gateway_test.go#L391:6: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/gateway_test.go#L392:6: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/gateway_test.go#L396:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/gateway_test.go#L490:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/gateway_test.go#L491:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/gateway_test.go#L493:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/gateway_test.go#L494:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/gateway_test.go#L833:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/gateway_test.go#L853:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/metadata_fetcher_filters_test.go#L110:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/sharding_strategy_test.go#L297:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/sharding_strategy_test.go#L682:6: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_stores_test.go#L537:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_stores_test.go#L438:4: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/gateway_test.go#L229:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_stores_test.go#L292:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_stores_test.go#L231:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_stores_test.go#L362:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_index_metadata_fetcher_test.go#L301:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/storegateway/bucket_index_metadata_fetcher_test.go#L333:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/tenant/tenant_test.go#L36:5: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/tenant/resolver_test.go#L36:4: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/tenant/resolver_test.go#L44:4: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/active_user_test.go#L63:3: compares: use require.Greater
https://github.com/cortexproject/cortex/blob/master/pkg/util/metrics_helper_test.go#L22:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/metrics_helper_test.go#L23:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/metrics_helper_test.go#L24:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/metrics_helper_test.go#L25:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/metrics_helper_test.go#L26:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/metrics_helper_test.go#L31:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/metrics_helper_test.go#L38:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/metrics_helper_test.go#L39:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/metrics_helper_test.go#L40:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/metrics_helper_test.go#L41:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/metrics_helper_test.go#L42:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/metrics_helper_test.go#L47:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/metrics_helper_test.go#L54:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/metrics_helper_test.go#L55:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/metrics_helper_test.go#L56:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/metrics_helper_test.go#L57:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/strings_test.go#L112:5: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/util/http_test.go#L185:4: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/util/http_test.go#L192:5: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/util/http_test.go#L198:5: error-nil: use assert.Error
https://github.com/cortexproject/cortex/blob/master/pkg/util/http_test.go#L201:4: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/util/flagext/stringslicecsv_test.go#L17:2: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/util/flagext/stringslicecsv_test.go#L26:2: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/util/flagext/stringslicecsv_test.go#L32:2: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/util/flagext/cidr_test.go#L38:4: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/flagext/cidr_test.go#L47:4: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/grpcclient/ratelimit_test.go#L31:3: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/util/grpcclient/ratelimit_test.go#L32:3: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/util/grpcutil/grpc_interceptors_test.go#L29:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/util/grpcutil/grpc_interceptors_test.go#L55:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/util/grpcutil/grpc_interceptors_test.go#L76:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/rate_limiter_test.go#L19:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/rate_limiter_test.go#L22:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/rate_limiter_test.go#L25:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/rate_limiter_test.go#L28:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/rate_limiter_test.go#L31:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/rate_limiter_test.go#L48:2: bool-compare: use assert.True
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/rate_limiter_test.go#L49:2: bool-compare: use assert.True
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/rate_limiter_test.go#L50:2: bool-compare: use assert.False
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/rate_limiter_test.go#L51:2: bool-compare: use assert.True
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/rate_limiter_test.go#L53:2: bool-compare: use assert.True
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/rate_limiter_test.go#L54:2: bool-compare: use assert.False
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/rate_limiter_test.go#L55:2: bool-compare: use assert.True
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/rate_limiter_test.go#L58:2: bool-compare: use assert.True
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/rate_limiter_test.go#L59:2: bool-compare: use assert.True
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/rate_limiter_test.go#L60:2: bool-compare: use assert.False
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/rate_limiter_test.go#L61:2: bool-compare: use assert.True
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/rate_limiter_test.go#L63:2: bool-compare: use assert.True
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/rate_limiter_test.go#L64:2: bool-compare: use assert.False
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/rate_limiter_test.go#L65:2: bool-compare: use assert.True
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/query_limiter_test.go#L32:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/query_limiter_test.go#L34:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/limiter/query_limiter_test.go#L39:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/log/log_test.go#L63:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/util/log/log_test.go#L64:2: len: use require.Len
https://github.com/cortexproject/cortex/blob/master/pkg/util/middleware/grpc_test.go#L15:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/util/middleware/grpc_test.go#L21:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/util/middleware/grpc_test.go#L27:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/util/middleware/grpc_test.go#L33:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/util/middleware/grpc_test.go#L39:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/util/modules/modules_test.go#L46:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/util/modules/modules_test.go#L50:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/util/modules/modules_test.go#L54:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/cortexproject/cortex/blob/master/pkg/util/modules/modules_test.go#L64:2: error-nil: use assert.NoError
https://github.com/cortexproject/cortex/blob/master/pkg/util/modules/modules_test.go#L65:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/util/modules/modules_test.go#L69:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/util/modules/modules_test.go#L74:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/util/modules/modules_test.go#L137:2: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/pkg/util/modules/modules_test.go#L54:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/modules/modules_test.go#L59:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/modules/modules_test.go#L68:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/modules/modules_test.go#L73:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/modules/modules_test.go#L120:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/net/firewall_dialer_test.go#L91:7: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/services/failure_watch_test.go#L33:2: error-nil: use require.Error
https://github.com/cortexproject/cortex/blob/master/pkg/util/services/manager_test.go#L177:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/util/tls/tls_test.go#L110:2: bool-compare: use assert.False
https://github.com/cortexproject/cortex/blob/master/pkg/util/tls/tls_test.go#L111:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/util/tls/tls_test.go#L147:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/util/tls/tls_test.go#L148:2: bool-compare: use assert.False
https://github.com/cortexproject/cortex/blob/master/pkg/util/tls/tls_test.go#L158:2: len: use assert.Len
https://github.com/cortexproject/cortex/blob/master/pkg/util/tls/tls_test.go#L109:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/tls/tls_test.go#L119:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/tls/tls_test.go#L127:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/tls/tls_test.go#L145:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/tls/tls_test.go#L156:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/tls/tls_test.go#L166:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/tls/tls_test.go#L175:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/tls/tls_test.go#L184:2: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/tls/test/tls_integration_test.go#L107:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cortexproject/cortex/blob/master/pkg/util/tls/test/tls_integration_test.go#L135:4: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/tls/test/tls_integration_test.go#L150:4: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/tls/test/tls_integration_test.go#L168:4: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/pkg/util/validation/exporter_test.go#L29:2: negative-positive: use assert.Positive
https://github.com/cortexproject/cortex/blob/master/pkg/util/validation/limits_test.go#L128:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/validation/limits_test.go#L143:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/validation/limits_test.go#L191:2: expected-actual: need to reverse actual and expected values
https://github.com/cortexproject/cortex/blob/master/pkg/util/validation/limits_test.go#L325:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/validation/limits_test.go#L420:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/validation/limits_test.go#L562:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cortexproject/cortex/blob/master/pkg/util/validation/notifications_limit_flag_test.go#L45:5: error-nil: use require.Error
https://github.com/cortexproject/cortex/blob/master/pkg/util/validation/notifications_limit_flag_test.go#L90:2: error-nil: use require.Error
https://github.com/cortexproject/cortex/blob/master/pkg/util/validation/notifications_limit_flag_test.go#L105:2: error-nil: use require.Error
https://github.com/cortexproject/cortex/blob/master/pkg/util/validation/notifications_limit_flag_test.go#L48:5: require-error: for error assertions use require
https://github.com/cortexproject/cortex/blob/master/tools/thanosconvert/thanosconvert_test.go#L55:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/tools/thanosconvert/thanosconvert_test.go#L68:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/tools/thanosconvert/thanosconvert_test.go#L69:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/tools/thanosconvert/thanosconvert_test.go#L70:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/tools/thanosconvert/thanosconvert_test.go#L94:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/tools/thanosconvert/thanosconvert_test.go#L95:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/tools/thanosconvert/thanosconvert_test.go#L98:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/tools/thanosconvert/thanosconvert_test.go#L99:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/tools/thanosconvert/thanosconvert_test.go#L102:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/tools/thanosconvert/thanosconvert_test.go#L103:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/tools/thanosconvert/thanosconvert_test.go#L128:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/tools/thanosconvert/thanosconvert_test.go#L132:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/tools/thanosconvert/thanosconvert_test.go#L133:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/tools/thanosconvert/thanosconvert_test.go#L136:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/tools/thanosconvert/thanosconvert_test.go#L138:5: empty: use assert.Empty
https://github.com/cortexproject/cortex/blob/master/tools/thanosconvert/thanosconvert_test.go#L163:5: empty: use assert.Empty

Report issue: https://github.com/cortexproject/cortex/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682603941

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/anacrolix/torrent got output

https://github.com/anacrolix/torrent/blob/master/test/leecher-storage.go#L238:2: compares: use assert.LessOrEqual
https://github.com/anacrolix/torrent/blob/master/test/leecher-storage.go#L239:2: compares: use assert.LessOrEqual
https://github.com/anacrolix/torrent/blob/master/test/leecher-storage.go#L242:2: compares: use assert.LessOrEqual
https://github.com/anacrolix/torrent/blob/master/test/leecher-storage.go#L243:2: compares: use assert.LessOrEqual
https://github.com/anacrolix/torrent/blob/master/test/leecher-storage.go#L252:2: require-error: for error assertions use require
https://github.com/anacrolix/torrent/blob/master/client_test.go#L169:2: empty: use assert.Empty
https://github.com/anacrolix/torrent/blob/master/client_test.go#L224:2: error-nil: use require.NoError
https://github.com/anacrolix/torrent/blob/master/client_test.go#L232:2: error-nil: use require.NoError
https://github.com/anacrolix/torrent/blob/master/client_test.go#L248:2: error-nil: use assert.NoError
https://github.com/anacrolix/torrent/blob/master/client_test.go#L253:2: error-nil: use assert.NoError
https://github.com/anacrolix/torrent/blob/master/client_test.go#L268:2: error-nil: use require.NoError
https://github.com/anacrolix/torrent/blob/master/client_test.go#L276:2: error-nil: use require.NoError
https://github.com/anacrolix/torrent/blob/master/client_test.go#L292:2: error-nil: use assert.NoError
https://github.com/anacrolix/torrent/blob/master/client_test.go#L297:2: error-nil: use assert.NoError
https://github.com/anacrolix/torrent/blob/master/client_test.go#L309:2: error-nil: use require.NoError
https://github.com/anacrolix/torrent/blob/master/client_test.go#L317:2: error-nil: use require.NoError
https://github.com/anacrolix/torrent/blob/master/client_test.go#L333:2: error-nil: use assert.NoError
https://github.com/anacrolix/torrent/blob/master/client_test.go#L391:2: empty: use assert.Empty
https://github.com/anacrolix/torrent/blob/master/misc_test.go#L18:3: expected-actual: need to reverse actual and expected values
https://github.com/anacrolix/torrent/blob/master/pex_test.go#L303:2: len: use require.Len
https://github.com/anacrolix/torrent/blob/master/pex_test.go#L304:2: len: use require.Len
https://github.com/anacrolix/torrent/blob/master/pex_test.go#L305:2: empty: use require.Empty
https://github.com/anacrolix/torrent/blob/master/pex_test.go#L306:2: empty: use require.Empty
https://github.com/anacrolix/torrent/blob/master/pex_test.go#L307:2: empty: use require.Empty
https://github.com/anacrolix/torrent/blob/master/pex_test.go#L308:2: empty: use require.Empty
https://github.com/anacrolix/torrent/blob/master/pexconn_test.go#L47:2: expected-actual: need to reverse actual and expected values
https://github.com/anacrolix/torrent/blob/master/network_test.go#L47:3: go-require: require must only be used in the goroutine running the test function
https://github.com/anacrolix/torrent/blob/master/peerconn_test.go#L169:5: go-require: require must only be used in the goroutine running the test function
https://github.com/anacrolix/torrent/blob/master/peerconn_test.go#L170:5: go-require: require must only be used in the goroutine running the test function
https://github.com/anacrolix/torrent/blob/master/torrent_test.go#L216:4: go-require: require must only be used in the goroutine running the test function
https://github.com/anacrolix/torrent/blob/master/client_test.go#L139:3: require-error: for error assertions use require
https://github.com/anacrolix/torrent/blob/master/utp_test.go#L12:2: require-error: for error assertions use require
https://github.com/anacrolix/torrent/blob/master/client_test.go#L339:2: require-error: for error assertions use require
https://github.com/anacrolix/torrent/blob/master/client_test.go#L587:2: require-error: for error assertions use require
https://github.com/anacrolix/torrent/blob/master/bencode/decode_test.go#L177:2: require-error: for error assertions use require
https://github.com/anacrolix/torrent/blob/master/bencode/encode_test.go#L88:3: require-error: for error assertions use require
https://github.com/anacrolix/torrent/blob/master/bencode/decode_test.go#L150:2: require-error: for error assertions use require
https://github.com/anacrolix/torrent/blob/master/fs/torrentfs_test.go#L134:3: go-require: require must only be used in the goroutine running the test function
https://github.com/anacrolix/torrent/blob/master/fs/torrentfs_test.go#L218:3: require-error: for error assertions use require
https://github.com/anacrolix/torrent/blob/master/metainfo/info_test.go#L14:2: require-error: for error assertions use require
https://github.com/anacrolix/torrent/blob/master/metainfo/magnet_test.go#L50:2: require-error: for error assertions use require
https://github.com/anacrolix/torrent/blob/master/metainfo/metainfo_test.go#L109:2: require-error: for error assertions use require
https://github.com/anacrolix/torrent/blob/master/metainfo/metainfo_test.go#L73:3: require-error: for error assertions use require
https://github.com/anacrolix/torrent/blob/master/metainfo/nodes_test.go#L47:2: require-error: for error assertions use require
https://github.com/anacrolix/torrent/blob/master/mse/mse_test.go#L67:3: go-require: require must only be used in the goroutine running the test function
https://github.com/anacrolix/torrent/blob/master/mse/mse_test.go#L81:3: go-require: require must only be used in the goroutine running the test function
https://github.com/anacrolix/torrent/blob/master/mse/mse_test.go#L183:4: go-require: require must only be used in the goroutine running the test function
https://github.com/anacrolix/torrent/blob/master/mse/mse_test.go#L184:4: go-require: require must only be used in the goroutine running the test function
https://github.com/anacrolix/torrent/blob/master/peer_protocol/pex_test.go#L19:2: len: use require.Len
https://github.com/anacrolix/torrent/blob/master/peer_protocol/pex_test.go#L47:2: expected-actual: need to reverse actual and expected values
https://github.com/anacrolix/torrent/blob/master/storage/file-misc_test.go#L96:2: empty: use assert.Empty
https://github.com/anacrolix/torrent/blob/master/storage/file_test.go#L28:2: require-error: for error assertions use require
https://github.com/anacrolix/torrent/blob/master/storage/issue95_test.go#L29:2: require-error: for error assertions use require
https://github.com/anacrolix/torrent/blob/master/test/transfer_test.go#L74:2: compares: use require.Greater
https://github.com/anacrolix/torrent/blob/master/tracker/udp_test.go#L66:2: len: use assert.Len
https://github.com/anacrolix/torrent/blob/master/tracker/udp_test.go#L49:3: go-require: require must only be used in the goroutine running the test function
https://github.com/anacrolix/torrent/blob/master/tracker/udp_test.go#L58:3: go-require: require must only be used in the goroutine running the test function
https://github.com/anacrolix/torrent/blob/master/tracker/http/http_test.go#L44:2: empty: use require.Empty

Report issue: https://github.com/anacrolix/torrent/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682611725

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/cri-o/cri-o got output

-: # github.com/seccomp/libseccomp-golang
# [pkg-config --cflags  -- libseccomp]
Package libseccomp was not found in the pkg-config search path.
Perhaps you should add the directory containing `libseccomp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libseccomp' found
https://github.com/cri-o/cri-o/blob/main/vendor/github.com/seccomp/libseccomp-golang/seccomp.go#L22:8: could not import C (no metadata for C)
-: # github.com/containers/storage/drivers/btrfs
vendor/github.com/containers/storage/drivers/btrfs/btrfs.go#L12:10: fatal error: btrfs/ioctl.h: No such file or directory
12 | #include <btrfs/ioctl.h>
|          ^~~~~~~~~~~~~~~
compilation terminated.
https://github.com/cri-o/cri-o/blob/main/vendor/github.com/containers/storage/drivers/btrfs/btrfs.go#L19:8: could not import C (no metadata for C)
-: # github.com/proglottis/gpgme
# [pkg-config --cflags  -- gpgme]
Package gpgme was not found in the pkg-config search path.
Perhaps you should add the directory containing `gpgme.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gpgme' found
https://github.com/cri-o/cri-o/blob/main/vendor/github.com/proglottis/gpgme/data.go#L7:8: could not import C (no metadata for C)
https://github.com/cri-o/cri-o/blob/main/internal/config/nsmgr/test/utils.go#L78:16: testContainer.SetState undefined (type *oci.Container has no field or method SetState)
-: # github.com/cri-o/cri-o/internal/config/conmonmgr [github.com/cri-o/cri-o/internal/config/conmonmgr.test]
internal/config/conmonmgr/conmonmgr_test.go#L21:14: undefined: cmdrunner.SetMocked
internal/config/conmonmgr/conmonmgr_test.go#L178:14: undefined: cmdrunner.SetMocked
https://github.com/cri-o/cri-o/blob/main/internal/config/conmonmgr/conmonmgr_test.go#L21:14: undefined: cmdrunner.SetMocked
https://github.com/cri-o/cri-o/blob/main/internal/config/conmonmgr/conmonmgr_test.go#L178:14: undefined: cmdrunner.SetMocked
-: # github.com/cri-o/cri-o/internal/config/ociartifact_test [github.com/cri-o/cri-o/internal/config/ociartifact.test]
internal/config/ociartifact/ociartifact_test.go#L67:8: sut.SetImpl undefined (type *ociartifact.OCIArtifact has no field or method SetImpl)
https://github.com/cri-o/cri-o/blob/main/internal/config/ociartifact/ociartifact_test.go#L67:8: sut.SetImpl undefined (type *ociartifact.OCIArtifact has no field or method SetImpl)
-: # github.com/cri-o/cri-o/internal/config/seccomp/seccompociartifact_test [github.com/cri-o/cri-o/internal/config/seccomp/seccompociartifact.test]
internal/config/seccomp/seccompociartifact/seccompociartifact_test.go#L40:8: sut.SetImpl undefined (type *seccompociartifact.SeccompOCIArtifact has no field or method SetImpl)
https://github.com/cri-o/cri-o/blob/main/internal/config/seccomp/seccompociartifact/seccompociartifact_test.go#L40:8: sut.SetImpl undefined (type *seccompociartifact.SeccompOCIArtifact has no field or method SetImpl)
https://github.com/cri-o/cri-o/blob/main/internal/factory/container/namespaces_test.go#L196:7: cfg.SetNamespaceManager undefined (type *"github.com/cri-o/cri-o/pkg/config".Config has no field or method SetNamespaceManager)
https://github.com/cri-o/cri-o/blob/main/internal/lib/checkpoint_test.go#L67:16: myContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/lib/checkpoint_test.go#L99:16: myContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/lib/checkpoint_test.go#L162:16: myContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/lib/checkpoint_test.go#L191:16: myContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/lib/restore_test.go#L62:16: myContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/lib/restore_test.go#L117:16: myContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/lib/restore_test.go#L164:16: myContainer.SetStateAndSpoofPid undefined (type *oci.Container has no field or method SetStateAndSpoofPid)
https://github.com/cri-o/cri-o/blob/main/internal/lib/restore_test.go#L246:16: myContainer.SetStateAndSpoofPid undefined (type *oci.Container has no field or method SetStateAndSpoofPid)
https://github.com/cri-o/cri-o/blob/main/internal/lib/restore_test.go#L353:16: testContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/oci/container_test.go#L435:8: sut.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/oci/container_test.go#L446:8: sut.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/oci/container_test.go#L458:8: sut.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/oci/container_test.go#L471:8: sut.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/oci/container_test.go#L487:8: sut.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/oci/container_test.go#L500:8: sut.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/oci/container_test.go#L513:8: sut.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/oci/container_test.go#L530:8: sut.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/oci/container_test.go#L544:8: sut.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/oci/container_test.go#L568:8: sut.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/oci/container_test.go#L585:8: sut.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/oci/container_test.go#L598:8: sut.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/oci/container_test.go#L614:8: sut.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/oci/container_test.go#L631:8: sut.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/oci/memory_store_test.go#L149:15: container.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/oci/runtime_oci_test.go#L34:21: undefined: oci.RuntimeOCI
https://github.com/cri-o/cri-o/blob/main/internal/oci/runtime_oci_test.go#L47:8: sut.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/oci/runtime_oci_test.go#L50:14: undefined: cmdrunner.SetMocked
https://github.com/cri-o/cri-o/blob/main/internal/oci/runtime_oci_test.go#L57:18: undefined: oci.NewRuntimeOCI
https://github.com/cri-o/cri-o/blob/main/internal/oci/runtime_oci_test.go#L79:8: sut.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/internal/oci/runtime_oci_test.go#L86:8: sut.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/server/inspect_test.go#L72:13: container.SetStateAndSpoofPid undefined (type *oci.Container has no field or method SetStateAndSpoofPid)
https://github.com/cri-o/cri-o/blob/main/server/inspect_test.go#L194:13: container.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/server/container_checkpoint_test.go#L24:16: serverConfig.SetCheckpointRestore undefined (type *"github.com/cri-o/cri-o/pkg/config".Config has no field or method SetCheckpointRestore)
https://github.com/cri-o/cri-o/blob/main/server/container_checkpoint_test.go#L41:18: testContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/server/container_checkpoint_test.go#L80:16: serverConfig.SetCheckpointRestore undefined (type *"github.com/cri-o/cri-o/pkg/config".Config has no field or method SetCheckpointRestore)
https://github.com/cri-o/cri-o/blob/main/server/container_list_test.go#L34:18: testContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/server/container_remove_test.go#L29:18: testContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/server/container_restore_test.go#L35:16: serverConfig.SetCheckpointRestore undefined (type *"github.com/cri-o/cri-o/pkg/config".Config has no field or method SetCheckpointRestore)
https://github.com/cri-o/cri-o/blob/main/server/container_restore_test.go#L292:18: testContainer.SetStateAndSpoofPid undefined (type *oci.Container has no field or method SetStateAndSpoofPid)
https://github.com/cri-o/cri-o/blob/main/server/container_restore_test.go#L340:18: testContainer.SetStateAndSpoofPid undefined (type *oci.Container has no field or method SetStateAndSpoofPid)
https://github.com/cri-o/cri-o/blob/main/server/container_restore_test.go#L391:18: testContainer.SetStateAndSpoofPid undefined (type *oci.Container has no field or method SetStateAndSpoofPid)
https://github.com/cri-o/cri-o/blob/main/server/container_restore_test.go#L455:19: testContainer.SetStateAndSpoofPid undefined (type *oci.Container has no field or method SetStateAndSpoofPid)
https://github.com/cri-o/cri-o/blob/main/server/container_stats_test.go#L63:18: testContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/server/container_status_test.go#L34:18: serverConfig.SetCheckpointRestore undefined (type *"github.com/cri-o/cri-o/pkg/config".Config has no field or method SetCheckpointRestore)
https://github.com/cri-o/cri-o/blob/main/server/container_status_test.go#L39:18: testContainer.SetStateAndSpoofPid undefined (type *oci.Container has no field or method SetStateAndSpoofPid)
https://github.com/cri-o/cri-o/blob/main/server/container_status_test.go#L106:18: testContainer.SetStateAndSpoofPid undefined (type *oci.Container has no field or method SetStateAndSpoofPid)
https://github.com/cri-o/cri-o/blob/main/server/container_stop_test.go#L28:18: testContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/server/container_update_resources_test.go#L31:18: testContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/server/container_update_resources_test.go#L54:18: testContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/server/container_update_resources_test.go#L137:18: testContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/server/inspect_ginkgo_test.go#L51:18: testContainer.SetStateAndSpoofPid undefined (type *oci.Container has no field or method SetStateAndSpoofPid)
https://github.com/cri-o/cri-o/blob/main/server/inspect_ginkgo_test.go#L70:18: testContainer.SetStateAndSpoofPid undefined (type *oci.Container has no field or method SetStateAndSpoofPid)
https://github.com/cri-o/cri-o/blob/main/server/inspect_ginkgo_test.go#L91:18: testContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/server/inspect_ginkgo_test.go#L161:18: testContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/server/inspect_ginkgo_test.go#L181:18: testContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/server/inspect_ginkgo_test.go#L225:18: testContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/server/inspect_ginkgo_test.go#L245:18: testContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/server/sandbox_list_test.go#L28:18: testContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/server/sandbox_status_test.go#L27:18: testContainer.SetStateAndSpoofPid undefined (type *oci.Container has no field or method SetStateAndSpoofPid)
https://github.com/cri-o/cri-o/blob/main/server/sandbox_status_test.go#L43:18: testContainer.SetState undefined (type *oci.Container has no field or method SetState)
https://github.com/cri-o/cri-o/blob/main/server/sandbox_status_test.go#L78:18: testContainer.SetStateAndSpoofPid undefined (type *oci.Container has no field or method SetStateAndSpoofPid)
https://github.com/cri-o/cri-o/blob/main/server/suite_test.go#L174:20: testStreamService.SetRuntimeServer undefined (type server.StreamService has no field or method SetRuntimeServer)
https://github.com/cri-o/cri-o/blob/main/server/suite_test.go#L194:6: sut.SetStorageImageServer undefined (type *server.Server has no field or method SetStorageImageServer)
https://github.com/cri-o/cri-o/blob/main/server/suite_test.go#L195:6: sut.SetStorageRuntimeServer undefined (type *server.Server has no field or method SetStorageRuntimeServer)
https://github.com/cri-o/cri-o/blob/main/server/suite_test.go#L198:13: sut.SetCNIPlugin undefined (type *server.Server has no field or method SetCNIPlugin)
testifylint: 80 errors during loading

Report issue: https://github.com/cri-o/cri-o/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682614571

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/kyverno/kyverno got output

https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/command_test.go#L51:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/command_test.go#L53:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/command_test.go#L65:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/command_test.go#L67:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/command_test.go#L35:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/command_test.go#L37:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/apply/command_test.go#L395:3: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/apply/command_test.go#L396:3: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/apply/command_test.go#L397:3: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/apply/command_test.go#L398:3: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/apply/command_test.go#L399:3: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/apply/command_test.go#L420:3: empty: use assert.NotEmpty
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/apply/command_test.go#L406:4: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/apply/command_test.go#L417:3: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/apply/command_test.go#L463:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/apply/command_test.go#L465:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/apply/command_test.go#L514:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/apply/command_test.go#L516:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/apply/command_test.go#L26:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/apply/command_test.go#L477:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/apply/command_test.go#L479:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/command_test.go#L34:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/command_test.go#L36:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/command_test.go#L48:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/command_test.go#L50:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/command_test.go#L62:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/command_test.go#L64:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/exception/command_test.go#L39:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/exception/command_test.go#L41:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/exception/command_test.go#L71:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/exception/command_test.go#L73:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/exception/command_test.go#L107:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/exception/command_test.go#L109:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/exception/command_test.go#L121:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/exception/command_test.go#L123:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/exception/command_test.go#L135:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/exception/command_test.go#L137:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/metrics-config/command_test.go#L48:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/metrics-config/command_test.go#L50:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/metrics-config/command_test.go#L62:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/metrics-config/command_test.go#L64:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/metrics-config/command_test.go#L34:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/metrics-config/command_test.go#L36:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/test/command_test.go#L34:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/test/command_test.go#L36:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/test/command_test.go#L48:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/test/command_test.go#L50:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/test/command_test.go#L62:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/test/command_test.go#L64:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/user-info/command_test.go#L34:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/user-info/command_test.go#L36:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/user-info/command_test.go#L48:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/user-info/command_test.go#L50:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/user-info/command_test.go#L62:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/user-info/command_test.go#L64:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/values/command_test.go#L62:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/values/command_test.go#L64:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/values/command_test.go#L34:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/values/command_test.go#L36:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/values/command_test.go#L48:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/create/values/command_test.go#L50:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/docs/command_test.go#L49:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/docs/command_test.go#L51:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/docs/command_test.go#L63:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/docs/command_test.go#L65:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/docs/command_test.go#L35:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/docs/command_test.go#L37:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/fix/command_test.go#L34:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/fix/command_test.go#L36:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/fix/command_test.go#L48:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/fix/command_test.go#L50:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/fix/command_test.go#L62:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/fix/command_test.go#L64:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/fix/policy/command_test.go#L33:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/fix/policy/command_test.go#L35:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/fix/policy/command_test.go#L47:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/fix/policy/command_test.go#L49:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/fix/policy/command_test.go#L61:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/fix/policy/command_test.go#L63:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/fix/test/command_test.go#L47:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/fix/test/command_test.go#L49:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/fix/test/command_test.go#L61:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/fix/test/command_test.go#L63:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/fix/test/command_test.go#L33:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/fix/test/command_test.go#L35:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/command_test.go#L34:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/command_test.go#L36:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/command_test.go#L48:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/command_test.go#L50:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/command_test.go#L62:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/command_test.go#L64:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/function/command_test.go#L56:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/function/command_test.go#L58:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/function/command_test.go#L42:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/function/command_test.go#L44:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/parse/command_test.go#L40:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/parse/command_test.go#L42:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/parse/command_test.go#L54:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/parse/command_test.go#L56:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/parse/command_test.go#L26:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/parse/command_test.go#L28:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/query/command_test.go#L26:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/query/command_test.go#L28:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/query/command_test.go#L40:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/query/command_test.go#L42:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/query/command_test.go#L54:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/jp/query/command_test.go#L56:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/json/command_test.go#L48:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/json/command_test.go#L50:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/json/command_test.go#L62:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/json/command_test.go#L64:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/json/command_test.go#L34:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/json/command_test.go#L36:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/json/scan/command_test.go#L47:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/json/scan/command_test.go#L49:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/json/scan/command_test.go#L61:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/json/scan/command_test.go#L63:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/oci/command_test.go#L48:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/oci/command_test.go#L50:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/oci/command_test.go#L62:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/oci/command_test.go#L64:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/oci/command_test.go#L34:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/oci/command_test.go#L36:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/oci/pull/command_test.go#L46:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/oci/pull/command_test.go#L48:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/oci/pull/command_test.go#L60:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/oci/pull/command_test.go#L62:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/oci/pull/command_test.go#L74:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/oci/pull/command_test.go#L76:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/oci/push/command_test.go#L46:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/oci/push/command_test.go#L48:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/oci/push/command_test.go#L60:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/oci/push/command_test.go#L62:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/oci/push/command_test.go#L74:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/oci/push/command_test.go#L76:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/test/command_test.go#L18:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/test/command_test.go#L20:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/test/command_test.go#L32:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/test/command_test.go#L34:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/test/command_test.go#L46:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/test/command_test.go#L48:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/version/command_test.go#L65:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/version/command_test.go#L67:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/version/command_test.go#L20:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/version/command_test.go#L22:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/version/command_test.go#L37:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/version/command_test.go#L39:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/version/command_test.go#L51:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/commands/version/command_test.go#L53:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/output/table/table_test.go#L43:4: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/output/table/table_test.go#L81:4: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/policy/load_test.go#L70:5: error-nil: use assert.Error
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/policy/load_test.go#L74:6: len: use assert.Len
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/policy/variables_test.go#L16:3: len: use assert.Len
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/policy/variables_test.go#L15:3: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/variables/variables_test.go#L103:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/variables/variables_test.go#L62:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/ext/wildcard/utils_test.go#L96:2: bool-compare: use assert.True
https://github.com/kyverno/kyverno/blob/main/ext/wildcard/utils_test.go#L100:2: bool-compare: use assert.True
https://github.com/kyverno/kyverno/blob/main/ext/wildcard/utils_test.go#L104:2: bool-compare: use assert.False
https://github.com/kyverno/kyverno/blob/main/ext/wildcard/utils_test.go#L108:2: bool-compare: use assert.True
https://github.com/kyverno/kyverno/blob/main/ext/wildcard/utils_test.go#L112:2: bool-compare: use assert.False
https://github.com/kyverno/kyverno/blob/main/ext/wildcard/utils_test.go#L116:2: bool-compare: use assert.False
https://github.com/kyverno/kyverno/blob/main/ext/wildcard/utils_test.go#L188:4: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/ext/wildcard/utils_test.go#L189:4: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/ext/wildcard/utils_test.go#L190:4: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/ext/yaml/split_test.go#L91:5: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/auth/auth_test.go#L124:5: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/auth/auth_test.go#L181:5: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/auth/auth_test.go#L79:5: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L41:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L51:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L61:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L68:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L69:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L113:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L114:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L121:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L122:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L126:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L130:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L131:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L141:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L143:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L148:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L149:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L153:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L155:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L160:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L161:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L167:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L171:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L175:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L193:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L194:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L40:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L50:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L60:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L112:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L125:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L140:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L152:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L190:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L197:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/clients/dclient/discovery_test.go#L200:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutation_test.go#L131:2: len: use require.Len
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutation_test.go#L274:2: len: use require.Len
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutation_test.go#L363:2: len: use require.Len
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutation_test.go#L438:2: len: use require.Len
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutation_test.go#L521:2: len: use require.Len
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutation_test.go#L1354:2: len: use require.Len
https://github.com/kyverno/kyverno/blob/main/pkg/engine/context/evaluate_test.go#L72:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/engine/context/evaluate_test.go#L78:2: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/context/evaluate_test.go#L79:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/engine/context/evaluate_test.go#L82:2: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/context/evaluate_test.go#L83:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/engine/context/evaluate_test.go#L86:2: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/context/evaluate_test.go#L87:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/engine/context/utils_test.go#L59:2: expected-actual: need to reverse actual and expected values
https://github.com/kyverno/kyverno/blob/main/pkg/engine/context/utils_test.go#L103:2: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/context/utils_test.go#L125:2: bool-compare: use assert.False
https://github.com/kyverno/kyverno/blob/main/pkg/engine/context/utils_test.go#L128:2: bool-compare: use assert.True
https://github.com/kyverno/kyverno/blob/main/pkg/engine/context/utils_test.go#L134:2: bool-compare: use assert.False
https://github.com/kyverno/kyverno/blob/main/pkg/engine/context/utils_test.go#L137:2: bool-compare: use assert.False
https://github.com/kyverno/kyverno/blob/main/pkg/engine/context/utils_test.go#L143:2: bool-compare: use assert.False
https://github.com/kyverno/kyverno/blob/main/pkg/engine/context/context_test.go#L223:6: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/engine/context/evaluate_test.go#L15:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/engine/context/evaluate_test.go#L19:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/engine/context/evaluate_test.go#L23:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/engine/handlers/mutation/load_targets_test.go#L215:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutate/patch/patchJSON6902_test.go#L180:4: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutate/patch/patchJSON6902_test.go#L183:4: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutate/patch/patchJSON6902_test.go#L186:4: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutate/patch/patchJSON6902_test.go#L189:4: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutate/patch/patchJSON6902_test.go#L356:3: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutate/patch/patchJSON6902_test.go#L359:3: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutate/patch/patchJSON6902_test.go#L362:3: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutate/patch/patchJSON6902_test.go#L365:3: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutate/patch/patchJSON6902_test.go#L368:4: bool-compare: use assert.True
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutate/patch/patchesUtils_test.go#L25:3: bool-compare: use assert.True
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutate/patch/patchesUtils_test.go#L13:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutate/patch/patchesUtils_test.go#L23:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutate/patch/patchesUtils_test.go#L138:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/engine/mutate/patch/patchesUtils_test.go#L140:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/engine/policycontext/policy_context_test.go#L31:2: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/policycontext/policy_context_test.go#L45:2: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/policycontext/policy_context_test.go#L48:2: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/policycontext/policy_context_test.go#L64:2: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/policycontext/policy_context_test.go#L70:2: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/policycontext/policy_context_test.go#L80:2: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/policycontext/policy_context_test.go#L86:2: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/variables/evaluate_test.go#L447:2: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/variables/evaluate_test.go#L448:2: bool-compare: use assert.False
https://github.com/kyverno/kyverno/blob/main/pkg/engine/variables/evaluate_test.go#L491:2: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/variables/evaluate_test.go#L492:2: bool-compare: use assert.False
https://github.com/kyverno/kyverno/blob/main/pkg/engine/variables/evaluate_test.go#L498:2: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/variables/evaluate_test.go#L499:2: bool-compare: use assert.True
https://github.com/kyverno/kyverno/blob/main/pkg/engine/variables/evaluate_test.go#L507:2: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/variables/evaluate_test.go#L508:2: bool-compare: use assert.False
https://github.com/kyverno/kyverno/blob/main/pkg/engine/variables/evaluate_test.go#L515:2: error-nil: use assert.NoError
https://github.com/kyverno/kyverno/blob/main/pkg/engine/variables/evaluate_test.go#L516:2: bool-compare: use assert.False
https://github.com/kyverno/kyverno/blob/main/pkg/utils/image/infos_test.go#L180:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/utils/image/infos_test.go#L183:3: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/utils/image/infos_test.go#L194:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/utils/image/infos_test.go#L198:3: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/utils/image/infos_test.go#L205:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/utils/image/infos_test.go#L207:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/utils/image/infos_test.go#L263:3: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/utils/image/infos_test.go#L141:2: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/utils/image/infos_test.go#L144:3: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/utils/json/patch_test.go#L67:5: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/utils/json/patch_test.go#L106:5: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/utils/json/patch_test.go#L140:5: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/utils/json/patch_test.go#L205:5: require-error: for error assertions use require
https://github.com/kyverno/kyverno/blob/main/pkg/utils/yaml/loadpolicy_test.go#L496:5: require-error: for error assertions use require

Report issue: https://github.com/kyverno/kyverno/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682608779

github-actions[bot] commented 1 month ago

Run testifylint on Repo: https://github.com/eksctl-io/eksctl got output

https://github.com/eksctl-io/eksctl/blob/main/pkg/cfn/builder/managed_nodegroup_test.go#L126:4: error-nil: use require.NoError

Report issue: https://github.com/eksctl-io/eksctl/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682618583