Skip to content

Commit

Permalink
Errcheck logger
Browse files Browse the repository at this point in the history
  • Loading branch information
krzko committed Jul 26, 2022
1 parent e9bbd58 commit 9cbc94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func initLogger(c *cli.Context) error {
panic(err)
}

defer logger.Sync()
defer logger.Sync() // nolint: errcheck

return err
}
Expand Down

0 comments on commit 9cbc94f

Please sign in to comment.