Skip to content

Commit

Permalink
Fix nolint:revive comment
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
  • Loading branch information
Aneurysm9 committed Jul 8, 2022
1 parent 9c52c64 commit 297db9d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ func main() {
if err != nil {
log.Fatalf("failed to create zipkin exporter: %s", err)
}
defer func() { tp.Shutdown(context.Background()) }() //nolint:errcheck
defer func() { tp.Shutdown(context.Background()) }() //nolint:revive,errcheck
if err := initDb(); err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 297db9d

Please sign in to comment.