Add nolint

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera
2021-02-18 15:21:31 +01:00
parent 3de893542b
commit 83bd8ebf65
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ var sendCmd = &cli.Command{
if err != nil {
return err
}
defer srv.Close()
defer srv.Close() //nolint:errcheck
ctx := ReqContext(cctx)
var params SendParams