Skip to content

fix: ttl bug in case re-lock #103

fix: ttl bug in case re-lock

fix: ttl bug in case re-lock #103

Re-run triggered November 24, 2023 12:58
Status Failure
Total duration 41s
Artifacts

pr.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint: memory.go#L42
declarations should never be cuddled (wsl)
Lint: memory.go#L43
only one cuddle assignment allowed before range statement (wsl)
Lint: memory.go#L58
Error return value of `m.Unlock` is not checked (errcheck)
Lint: memory.go#L71
return statements should not be cuddled if block has more than two lines (wsl)
Lint: memory.go#L87
variable name 'ok' is too short for the scope of its usage (varnamelen)
Lint: memory.go#L97
return statements should not be cuddled if block has more than two lines (wsl)
Lint: memory.go#L104
declarations should never be cuddled (wsl)
Lint: memory.go#L119
Error return value of `m.Unlock` is not checked (errcheck)
Lint: memory.go#L152
Error return value of `m.Unlock` is not checked (errcheck)
Lint
Process completed with exit code 1.
Lint: memory.go#L192
exported: exported function NewSync should have comment or be unexported (revive)