backend: Github API - Adding Code Search capabilities #7336
Annotations
16 errors and 4 warnings
lint
cannot use &svc{} (value of type *svc) as "github.com/lyft/clutch/backend/service/github".Client value in return statement: *svc does not implement "github.com/lyft/clutch/backend/service/github".Client (missing method SearchCode) (typecheck)
|
lint
could not import github.com/lyft/clutch/backend/mock/service/githubmock (-: # github.com/lyft/clutch/backend/mock/service/githubmock
|
lint
cannot use &svc{} (value of type *svc) as "github.com/lyft/clutch/backend/service/github".Client value in return statement: *svc does not implement "github.com/lyft/clutch/backend/service/github".Client (missing method SearchCode)) (typecheck)
|
lint
could not import github.com/lyft/clutch/backend/mock/service/githubmock (-: # github.com/lyft/clutch/backend/mock/service/githubmock
|
lint
cannot use &svc{} (value of type *svc) as "github.com/lyft/clutch/backend/service/github".Client value in return statement: *svc does not implement "github.com/lyft/clutch/backend/service/github".Client (missing method SearchCode)) (typecheck)
|
lint
cannot use r (variable of type *mockRepositories) as v3repositories value in struct literal: *mockRepositories does not implement v3repositories (missing method GetBranch)
|
lint
cannot use tt.mockRepo (variable of type *mockRepositories) as v3repositories value in struct literal: *mockRepositories does not implement v3repositories (missing method GetBranch)
|
lint
cannot use tt.mockRepo (variable of type *mockRepositories) as v3repositories value in struct literal: *mockRepositories does not implement v3repositories (missing method GetBranch)
|
lint
cannot use tt.mockRepo (variable of type *mockRepositories) as v3repositories value in struct literal: *mockRepositories does not implement v3repositories (missing method GetBranch) (typecheck)
|
lint
Process completed with exit code 2.
|
test
cannot use &svc{} (value of type *svc) as "github.com/lyft/clutch/backend/service/github".Client value in return statement: *svc does not implement "github.com/lyft/clutch/backend/service/github".Client (missing method SearchCode)
|
test
cannot use r (variable of type *mockRepositories) as v3repositories value in struct literal: *mockRepositories does not implement v3repositories (missing method GetBranch)
|
test
cannot use tt.mockRepo (variable of type *mockRepositories) as v3repositories value in struct literal: *mockRepositories does not implement v3repositories (missing method GetBranch)
|
test
cannot use tt.mockRepo (variable of type *mockRepositories) as v3repositories value in struct literal: *mockRepositories does not implement v3repositories (missing method GetBranch)
|
test
cannot use tt.mockRepo (variable of type *mockRepositories) as v3repositories value in struct literal: *mockRepositories does not implement v3repositories (missing method GetBranch)
|
test
Process completed with exit code 2.
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
integration-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|