robot: Make linter happy

This commit is contained in:
Ettore Di Giacinto
2022-07-25 22:26:10 +00:00
committed by Itxaka
parent bc7c3b95dc
commit c8244f7dbd
4 changed files with 8 additions and 7 deletions

View File

@@ -112,7 +112,7 @@ func bridge(c *cli.Context) error {
return err
}
go api.API(ctx, c.String("api"), 5*time.Second, 20*time.Second, e, nil, false)
go api.API(ctx, c.String("api"), 5*time.Second, 20*time.Second, e, nil, false) //nolint:errcheck
return e.Start(ctx)
}