Skip to content

Commit

Permalink
Partial tests. Removing Circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrolds committed Jan 29, 2023
1 parent bded71b commit b2e9cfd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 31 deletions.
28 changes: 0 additions & 28 deletions .circleci/config.yml

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# sqlclosecheck

[![ryanrolds](https://circleci.com/gh/ryanrolds/sqlclosecheck.svg?style=svg)](https://app.circleci.com/pipelines/github/ryanrolds/sqlrowsclose)

Linter that checks if SQL rows/statements are closed. Unclosed rows and statements may
cause DB connection pool exhaustion.

Expand Down
2 changes: 1 addition & 1 deletion testdata/sqlx_examples/correct_defer.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
)

func correctDefer() {
func correctGenericDefer() {
age := 27
rows, err := db.Queryx("SELECT name FROM users WHERE age=?", age)
if err != nil {
Expand Down
Empty file.

0 comments on commit b2e9cfd

Please sign in to comment.