Router on postgres #309
ci.yml
on: pull_request
Test Go
2m 1s
golangci-lint
10s
Annotations
15 errors
golangci-lint:
integration_tests/backend_helpers.go#L1
: # github.com/alphagov/router/integration_tests [github.com/alphagov/router/integration_tests.test]
|
golangci-lint:
integration_tests/route_helpers.go#L87
undefined: mgo
|
golangci-lint:
integration_tests/route_helpers.go#L99
routerDB.C undefined (type *sql.DB has no field or method C)
|
golangci-lint:
integration_tests/route_helpers.go#L99
undefined: bson
|
golangci-lint:
integration_tests/route_helpers.go#L106
routerDB.C undefined (type *sql.DB has no field or method C)
|
golangci-lint:
integration_tests/route_helpers.go#L111
routerDB.C undefined (type *sql.DB has no field or method C)
|
golangci-lint:
integration_tests/route_helpers.go#L112
routerDB.C undefined (type *sql.DB has no field or method C) (typecheck)
|
golangci-lint
issues found
|
Test Go:
integration_tests/route_helpers.go#L87
undefined: mgo
|
Test Go:
integration_tests/route_helpers.go#L99
routerDB.C undefined (type *sql.DB has no field or method C)
|
Test Go:
integration_tests/route_helpers.go#L99
undefined: bson
|
Test Go:
integration_tests/route_helpers.go#L106
routerDB.C undefined (type *sql.DB has no field or method C)
|
Test Go:
integration_tests/route_helpers.go#L111
routerDB.C undefined (type *sql.DB has no field or method C)
|
Test Go:
integration_tests/route_helpers.go#L112
routerDB.C undefined (type *sql.DB has no field or method C)
|
Test Go
Process completed with exit code 2.
|