Skip to content

fix incorrect usage of formatted string #107

fix incorrect usage of formatted string

fix incorrect usage of formatted string #107

Triggered via pull request September 8, 2025 11:14
Status Failure
Total duration 49s
Artifacts

linting.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)