Skip to content

Commit b104f4d

Browse files
committed
lint
1 parent 018bbfd commit b104f4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • vulnfeeds/cmd/converters/dsa-dla-dtsa

vulnfeeds/cmd/converters/dsa-dla-dtsa/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ func main() {
502502
if err := run(*webwmlRepo, *securityTrackerRepo, *outputDir, *outputBucket, *uploadToGCS, *doDeletions, *numWorkers); err != nil {
503503
logger.Error("Execution failed", "err", err)
504504
logger.Close()
505-
os.Exit(1) //nolint:gocritic
505+
os.Exit(1)
506506
}
507507
}
508508

0 commit comments

Comments
 (0)