Fix blocking when unmarshaling the slice of stream entries #71
Annotations
10 errors and 11 warnings
resp/resp3/flatten.go#L36
File is not `goimports`-ed (goimports)
|
resp/resp3/resp.go#L1363
File is not `goimports`-ed (goimports)
|
conn.go#L442
File is not `goimports`-ed (goimports)
|
doc.go#L8
File is not `goimports`-ed (goimports)
|
pubsub_stub.go#L59
File is not `goimports`-ed (goimports)
|
stub.go#L47
File is not `goimports`-ed (goimports)
|
action_test.go#L337
File is not `goimports`-ed (goimports)
|
conn_test.go#L274
SA2002: the goroutine calls T.Fatal, which must be called in the same goroutine as the test (staticcheck)
|
conn_test.go#L313
SA2002(related information): call to T.Fatal (staticcheck)
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
resp/resp_test.go#L4
dot-imports: should not use dot imports (revive)
|
internal/bytesutil/bytesutil_test.go#L9
dot-imports: should not use dot imports (revive)
|
resp/resp3/flatten.go#L120
empty-block: this block is empty, you can remove it (revive)
|
resp/resp3/resp.go#L1442
empty-block: this block is empty, you can remove it (revive)
|
resp/resp3/resp.go#L2036
empty-block: this block is empty, you can remove it (revive)
|
resp/resp3/resp.go#L1791
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
resp/resp3/resp.go#L526
unused-parameter: parameter 'o' seems to be unused, consider removing or renaming it as _ (revive)
|
resp/resp3/resp.go#L632
unused-parameter: parameter 'o' seems to be unused, consider removing or renaming it as _ (revive)
|
resp/resp3/resp.go#L1298
unused-parameter: parameter 'o' seems to be unused, consider removing or renaming it as _ (revive)
|
The logs for this run have expired and are no longer available.
Loading