chore: do not lint .sql files #1
Annotations
10 errors
|
Lint Go code:
pkg/database/database.go#L122
Error return value of `sqlDB.Close` is not checked (errcheck)
|
|
Lint Go code:
internal/runtime/server.go#L36
Error return value of `database.DisconnectPostgres` is not checked (errcheck)
|
|
Lint Go code:
internal/http/server.go#L93
Error return value of `healthcheck.New` is not checked (errcheck)
|
|
Lint Go code:
internal/http/handlers/import_handler.go#L329
Error return value of `f.Close` is not checked (errcheck)
|
|
Lint Go code:
internal/http/handlers/import_handler.go#L268
Error return value of `f.Close` is not checked (errcheck)
|
|
Lint Go code:
internal/http/handlers/import_handler.go#L218
Error return value of `f.Close` is not checked (errcheck)
|
|
Lint Go code:
cmd/root.go#L33
Error return value of `logger.Sync` is not checked (errcheck)
|
|
Lint Go code:
cmd/migrate.go#L87
Error return value of `mSqlDB.Close` is not checked (errcheck)
|
|
Lint Go code:
cmd/migrate.go#L71
Error return value of `sqlDB.Close` is not checked (errcheck)
|
|
Lint Go code:
cmd/migrate.go#L53
Error return value of `goose.SetDialect` is not checked (errcheck)
|