refactor: 스타일 없는 텍스트노드끼리 병합하도록 수정 #21
lint_and_unit_test.yml
on: push
Lint and Unit Test
54s
Annotations
11 warnings
|
Lint and Unit Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Lint and Unit Test:
@noctaCrdt/__tests__/LinkedList.test.ts#L1
'LinkedList' is defined but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
|
|
Lint and Unit Test:
@noctaCrdt/__tests__/LinkedList.test.ts#L2
'Node' is defined but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
|
|
Lint and Unit Test:
@noctaCrdt/__tests__/LinkedList.test.ts#L2
'Char' is defined but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
|
|
Lint and Unit Test:
@noctaCrdt/__tests__/LinkedList.test.ts#L3
'NodeId' is defined but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
|
|
Lint and Unit Test:
@noctaCrdt/__tests__/LinkedList.test.ts#L3
'CharId' is defined but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
|
|
Lint and Unit Test:
@noctaCrdt/__tests__/LinkedList.test.ts#L7
'textList' is assigned a value but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
|
|
Lint and Unit Test:
@noctaCrdt/__tests__/LinkedList.test.ts#L149
'nodes' is assigned a value but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
|
|
Lint and Unit Test:
@noctaCrdt/src/Crdt.ts#L29
'index' is defined but never used. Allowed unused args must match /^_/u
|
|
Lint and Unit Test:
@noctaCrdt/src/Crdt.ts#L29
'value' is defined but never used. Allowed unused args must match /^_/u
|
|
Lint and Unit Test:
@noctaCrdt/src/Crdt.ts#L29
'blockId' is defined but never used. Allowed unused args must match /^_/u
|