fix incorrect usage of formatted string #107
Annotations
10 errors
|
lint:
cmd/csaf_provider/create.go#L267
Error return value of `fmt.Fprintf` is not checked (errcheck)
|
|
lint:
cmd/csaf_provider/config.go#L138
Error return value of `f.Close` is not checked (errcheck)
|
|
lint:
cmd/csaf_provider/actions.go#L218
Error return value of `pe.Extract` is not checked (errcheck)
|
|
lint:
cmd/csaf_provider/actions.go#L44
Error return value of `file.Close` is not checked (errcheck)
|
|
lint:
cmd/csaf_aggregator/main.go#L43
Error return value of `fl.Unlock` is not checked (errcheck)
|
|
lint:
cmd/csaf_aggregator/interim.go#L343
Error return value of `interimsF.Close` is not checked (errcheck)
|
|
lint:
cmd/csaf_aggregator/interim.go#L183
Error return value of `tx.rollback` is not checked (errcheck)
|
|
lint:
cmd/csaf_aggregator/indices.go#L394
Error return value of `w.writeROLIENoSummaries` is not checked (errcheck)
|
|
lint:
cmd/csaf_aggregator/full.go#L203
Error return value of `file.Close` is not checked (errcheck)
|
|
lint:
cmd/csaf_aggregator/full.go#L96
Error return value of `p.remoteValidator.Close` is not checked (errcheck)
|