Add linter staticcheck (#535)

* Add linter staticcheck

Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
Lukas
2021-11-25 17:15:36 +01:00
committed by GitHub
parent 116c310820
commit fac0e16996
11 changed files with 32 additions and 17 deletions

View File

@@ -149,9 +149,9 @@ func (e *engine) Wait(ctx context.Context, proc *backend.Step) (*backend.State,
if err != nil {
return nil, err
}
if info.State.Running {
// todo
}
// if info.State.Running {
// TODO
// }
return &backend.State{
Exited: true,