This repository has been archived by the owner on May 28, 2024. It is now read-only.
Merge pull request #267 from findy-network/dependabot/go_modules/gith… #945
Annotations
10 errors
db/store/pg/connection.go#L24
string ` WHERE tenant_id=$1 ` has 2 occurrences, but such constant `whereTenantID` already exists (goconst)
|
db/store/pg/connection.go#L26
string ` $3` has 4 occurrences, make it a constant (goconst)
|
db/store/pg/connection.go#L20
string `VALUES (` has 4 occurrences, make it a constant (goconst)
|
db/store/pg/credential.go#L270
string ` AND connection_id = ` has 5 occurrences, make it a constant (goconst)
|
db/store/pg/pg.go#L90
string `host=%s port=%d user=%s ` has 2 occurrences, make it a constant (goconst)
|
db/store/pg/proof.go#L43
string `SELECT proof.id, ` has 2 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/agent.go#L26
string ` $1` 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/event.go#L47
string ` RETURNING id,` has 2 occurrences, make it a constant (goconst)
|
The logs for this run have expired and are no longer available.
Loading