GitHub Security Code Scanning section #233
Annotations
10 errors and 6 warnings
Test backend:
pkg/github/projects/project_items_test.go#L29
cannot use client (variable of type *testutil.TestClient) as models.Client value in argument to GetAllProjectItems: *testutil.TestClient does not implement models.Client (missing method ListAlertsForRepo)
|
Test backend:
pkg/github/projects/projects_test.go#L28
cannot use client (variable of type *testutil.TestClient) as models.Client value in argument to GetAllProjects: *testutil.TestClient does not implement models.Client (missing method ListAlertsForRepo)
|
Test backend:
pkg/github/commits_test.go#L30
cannot use client (variable of type *testutil.TestClient) as models.Client value in argument to GetAllCommits: *testutil.TestClient does not implement models.Client (missing method ListAlertsForRepo)
|
Test backend:
pkg/github/commits_test.go#L55
cannot use client (variable of type *testutil.TestClient) as models.Client value in argument to GetCommitsInRange: *testutil.TestClient does not implement models.Client (missing method ListAlertsForRepo)
|
Test backend:
pkg/github/contributors_test.go#L27
cannot use client (variable of type *testutil.TestClient) as models.Client value in argument to GetAllContributors: *testutil.TestClient does not implement models.Client (missing method ListAlertsForRepo)
|
Test backend:
pkg/github/contributors_test.go#L51
cannot use client (variable of type *testutil.TestClient) as models.Client value in argument to GetAllContributors: *testutil.TestClient does not implement models.Client (missing method ListAlertsForRepo)
|
Test backend:
pkg/github/issues_test.go#L30
cannot use client (variable of type *testutil.TestClient) as models.Client value in argument to GetIssuesInRange: *testutil.TestClient does not implement models.Client (missing method ListAlertsForRepo)
|
Test backend:
pkg/github/labels_test.go#L28
cannot use client (variable of type *testutil.TestClient) as models.Client value in argument to GetAllLabels: *testutil.TestClient does not implement models.Client (missing method ListAlertsForRepo)
|
Test backend:
pkg/github/milestones_test.go#L30
cannot use client (variable of type *testutil.TestClient) as models.Client value in argument to GetAllMilestones: *testutil.TestClient does not implement models.Client (missing method ListAlertsForRepo)
|
Test backend:
pkg/github/organizations_test.go#L23
cannot use client (variable of type *testutil.TestClient) as models.Client value in argument to GetAllOrganizations: *testutil.TestClient does not implement models.Client (missing method ListAlertsForRepo)
|
|
|
|
Lint:
src/common/annotationsFromDataFrame.ts#L120
'get' is deprecated. Use [idx]. This only exists to help migrate Vector to Array
|
|
Lint:
src/types.ts#L158
'DataQuery' is deprecated. use the type from
|
Loading