User createReviewComment instead of createComment #31
Annotations
10 errors and 4 warnings
Lint Codebase:
__test__/main.test.ts#L1
'findTodos' is defined but never used
|
Lint Codebase:
__test__/main.test.ts#L3
'__diff' is assigned a value but never used
|
Lint Codebase:
src/main.ts#L4
'start' is defined but never used
|
Lint Codebase:
src/main.ts#L72
'todos' is already declared in the upper scope on line 57 column 9
|
Lint Codebase:
src/main.ts#L84
Expected '===' and instead saw '=='
|
Lint Codebase:
src/main.ts#L86
Expected property shorthand
|
Lint Codebase:
src/main.ts#L110
'comments' is assigned a value but never used
|
Lint Codebase:
src/main.ts#L126
Unexpected constant condition
|
Lint Codebase:
src/main.ts#L137
'todo' is already declared in the upper scope on line 136 column 16
|
Lint Codebase:
src/main.ts#L138
'todo' is already declared in the upper scope on line 136 column 16
|
Lint Codebase:
.github/linters/tsconfig.json#L1
File ignored by default.
|
Lint Codebase:
.prettierrc.json#L1
File ignored by default.
|
Lint Codebase:
__test__/main.test.ts#L17
Some tests seem to be commented
|
Lint Codebase:
__test__/main.test.ts#L18
Some tests seem to be commented
|