Skip to content

fix: 🐛 implicit empty return should not close deferred functions … #32

fix: 🐛 implicit empty return should not close deferred functions …

fix: 🐛 implicit empty return should not close deferred functions … #32

Triggered via push November 4, 2023 00:36
Status Success
Total duration 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors
CI: testdata/sqlx_examples/failure_generics.go#L6
Rows/Stmt/NamedStmt was not closed
CI: testdata/sqlx_examples/failure_generics.go#L13
Rows/Stmt/NamedStmt was not closed
CI: testdata/sqlx_examples/missing_close.go#L10
Rows/Stmt/NamedStmt was not closed
CI: testdata/sqlx_examples/missing_close_in_other_func.go#L17
Rows/Stmt/NamedStmt was not closed
CI: testdata/sqlx_examples/missing_close_named_stmt.go#L8
Rows/Stmt/NamedStmt was not closed
CI: testdata/sqlx_examples/non_defer_close.go#L30
Close should use defer
CI: testdata/pgx_examples/missing_close.go#L8
Rows/Stmt/NamedStmt was not closed
CI: testdata/pgx_examples/missing_close.go#L17
Rows/Stmt/NamedStmt was not closed
CI: testdata/pgx_examples/missing_close.go#L26
Rows/Stmt/NamedStmt was not closed