Use inline comments Round 1 #28
ci.yml
on: push
TypeScript Tests
21s
GitHub Actions Test
3s
Annotations
7 errors and 2 warnings
TypeScript Tests:
__test__/main.test.ts#L1
'findTodos' is defined but never used
|
TypeScript Tests:
__test__/main.test.ts#L3
'__diff' is assigned a value but never used
|
TypeScript Tests:
src/main.ts#L77
'todos' is already declared in the upper scope on line 62 column 9
|
TypeScript Tests:
src/main.ts#L89
Expected '===' and instead saw '=='
|
TypeScript Tests:
src/main.ts#L91
Expected property shorthand
|
TypeScript Tests:
src/main.ts#L158
'todo' is already declared in the upper scope on line 158 column 15
|
TypeScript Tests
Process completed with exit code 1.
|
TypeScript Tests:
__test__/main.test.ts#L17
Some tests seem to be commented
|
TypeScript Tests:
__test__/main.test.ts#L18
Some tests seem to be commented
|