feat: add types, fix errors, add conditional status report #5519
Annotations
10 errors
golangci-lint:
compiler/native/compile_test.go#L3338
missing type in composite literal (typecheck)
|
golangci-lint:
compiler/native/compile_test.go#L3344
missing type in composite literal (typecheck)
|
golangci-lint:
compiler/native/compile_test.go#L3350
missing type in composite literal (typecheck)
|
golangci-lint:
database/integration_test.go#L174
db.CreateRepo undefined (type Interface has no field or method CreateRepo) (typecheck)
|
golangci-lint:
database/integration_test.go#L196
db.CreateBuild undefined (type Interface has no field or method CreateBuild) (typecheck)
|
golangci-lint:
database/integration_test.go#L204
db.CountBuilds undefined (type Interface has no field or method CountBuilds) (typecheck)
|
golangci-lint:
database/integration_test.go#L214
db.CountBuildsForDeployment undefined (type Interface has no field or method CountBuildsForDeployment) (typecheck)
|
golangci-lint:
database/integration_test.go#L224
db.CountBuildsForOrg undefined (type Interface has no field or method CountBuildsForOrg) (typecheck)
|
golangci-lint:
database/integration_test.go#L234
db.CountBuildsForRepo undefined (type Interface has no field or method CountBuildsForRepo) (typecheck)
|
golangci-lint:
database/integration_test.go#L244
db.CountBuildsForStatus undefined (type Interface has no field or method CountBuildsForStatus) (typecheck)
|
Loading