This repository has been archived by the owner on May 28, 2024. It is now read-only.
Start dev for v0.1.135. #946
Annotations
10 errors
db/store/pg/agent.go#L26
string ` WHERE ` has 2 occurrences, make it a constant (goconst)
|
db/store/pg/agent.go#L28
string ` $2` has 6 occurrences, make it a constant (goconst)
|
db/store/pg/credential.go#L273
string ` AND cursor ` has 10 occurrences, make it a constant (goconst)
|
db/store/pg/event.go#L15
string `SELECT id, ` has 2 occurrences, make it a constant (goconst)
|
db/store/pg/agent.go#L30
string ` WHERE cursor < $1 AND` has 2 occurrences, make it a constant (goconst)
|
db/store/pg/connection.go#L26
string ` $3` has 4 occurrences, make it a constant (goconst)
|
db/store/pg/credential.go#L284
string ` ORDER BY cursor ` has 2 occurrences, make it a constant (goconst)
|
db/store/pg/connection.go#L19
string `) ` has 6 occurrences, make it a constant (goconst)
|
db/store/pg/connection.go#L21
string `, ` has 3 occurrences, make it a constant (goconst)
|
db/store/pg/connection.go#L20
string `) RETURNING ` has 4 occurrences, make it a constant (goconst)
|
The logs for this run have expired and are no longer available.
Loading