Skip to content

Commit e1ff424

Browse files
committed
Include stderr output to make the test pass
1 parent 4dd3367 commit e1ff424

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"command": "vet"
3+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
query.sql: GetAuthor: no-pg: invalid engine: postgresql
2+
query.sql: ListAuthors: no-pg: invalid engine: postgresql
3+
query.sql: CreateAuthor: no-pg: invalid engine: postgresql
4+
query.sql: CreateAuthor: only-one-param: too many parameters
5+
query.sql: DeleteAuthor: no-pg: invalid engine: postgresql
6+
query.sql: DeleteAuthor: no-delete: don't use delete statements

0 commit comments

Comments
 (0)