fix linting #1
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)
|