Fix cli sha logic #476
+40
−26
Merged
Fix cli sha logic #476
Annotations
10 errors and 10 warnings
|
Type checking (non-blocking)
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
Type checking (non-blocking)
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
Type checking (non-blocking)
'keySha' is possibly 'undefined'.
|
|
Type checking (non-blocking)
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
Type checking (non-blocking)
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
Type checking (non-blocking)
'longerRefOrSha' is possibly 'undefined'.
|
|
Type checking (non-blocking)
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
Type checking (non-blocking)
Property 'currentPage' does not exist on type '{ hasNextPage: boolean; endCursor: string | null; currentPage: number; perPage: number; totalCount: number; totalPages: number; } | { hasNextPage: boolean; endCursor: null; }'.
|
|
Type checking (non-blocking)
Property 'totalPages' does not exist on type '{ hasNextPage: boolean; endCursor: string | null; currentPage: number; perPage: number; totalCount: number; totalPages: number; } | { hasNextPage: boolean; endCursor: null; }'.
|
|
Type checking (non-blocking)
Property 'currentPage' does not exist on type '{ hasNextPage: boolean; endCursor: string | null; currentPage: number; perPage: number; totalCount: number; totalPages: number; } | { hasNextPage: boolean; endCursor: null; }'.
|
|
Lint JavaScript:
packages/app/server/api/repo/search.get.ts#L106
Unexpected console statement
|
|
Lint JavaScript:
packages/app/server/api/repo/index.get.ts#L51
Unexpected console statement
|
|
Lint JavaScript:
packages/app/server/api/repo/index.get.ts#L37
'_event' is defined but never used
|
|
Lint JavaScript:
packages/app/server/api/repo/index.get.ts#L29
Unexpected console statement
|
|
Lint JavaScript:
packages/app/server/api/repo/commits.get.ts#L314
Unexpected console statement
|
|
Lint JavaScript:
packages/app/script/update-webhook-url.ts#L47
Unexpected console statement
|
|
Lint JavaScript:
packages/app/script/update-webhook-url.ts#L34
Unexpected console statement
|
|
Lint JavaScript:
packages/app/script/generate-dev-vars.ts#L69
Unexpected console statement
|
|
Lint JavaScript:
packages/app/script/generate-dev-vars.ts#L66
Unexpected console statement
|
|
Lint JavaScript:
packages/app/app/components/RepoSearch.vue#L57
Unexpected console statement
|
Loading