Skip to content

fix linting

fix linting #1

Triggered via push September 22, 2024 16:57
Status Failure
Total duration 1m 20s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: internal/db/db.go#L58
Error return value of `tx.Rollback` is not checked (errcheck)
lint: internal/airac/loaded.go#L49
Error return value of `l.loadedCycleFile.Seek` is not checked (errcheck)
lint: internal/airac/loaded.go#L50
Error return value of `l.loadedCycleFile.Truncate` is not checked (errcheck)
lint: internal/download/download.go#L92
Error return value of `tempFile.Seek` is not checked (errcheck)
lint: internal/download/download.go#L93
Error return value of `d.latestDownloadFile.Truncate` is not checked (errcheck)
lint: internal/download/download.go#L94
Error return value of `d.latestDownloadFile.Seek` is not checked (errcheck)
lint: internal/download/download_test.go#L25
Error return value of `w.Write` is not checked (errcheck)
lint: internal/download/download_test.go#L81
Error return value of `previousFile.Write` is not checked (errcheck)
lint: internal/download/download_test.go#L118
Error return value of `versionFile.Write` is not checked (errcheck)
lint: internal/cli/cli.go#L212
Error return value of `lock.Unlock` is not checked (errcheck)