Skip to content

Fix missing findMultiLineStatement implementation #12

Fix missing findMultiLineStatement implementation

Fix missing findMultiLineStatement implementation #12

Triggered via push February 13, 2026 22:07
Status Failure
Total duration 29s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 6 warnings
test
Process completed with exit code 1.
test: src/test/suite/vscode.mock.ts#L42
Unexpected any. Specify a different type
test: src/test/suite/vscode.mock.ts#L34
Unexpected any. Specify a different type
test: src/test/suite/vscode.mock.ts#L34
Unexpected any. Specify a different type
test: src/test/suite/vscode.mock.ts#L34
Unexpected any. Specify a different type
test: src/test/suite/vscode.mock.ts#L34
Unexpected any. Specify a different type
test: src/test/runUnitTests.ts#L14
Use the rest parameters instead of 'arguments'
test: src/test/runUnitTests.ts#L8
A `require()` style import is forbidden
test: src/test/runUnitTests.ts#L7
A `require()` style import is forbidden
test: src/test/suite/vscode.mock.ts#L47
'key' is defined but never used. Allowed unused args must match /^_/u
test: src/test/suite/mocks.ts#L102
'regex' is defined but never used. Allowed unused args must match /^_/u
test: src/test/suite/mocks.ts#L102
'position' is defined but never used. Allowed unused args must match /^_/u
test: src/test/suite/mocks.ts#L91
'offset' is defined but never used. Allowed unused args must match /^_/u
test: src/test/suite/mocks.ts#L87
'position' is defined but never used. Allowed unused args must match /^_/u
test: src/test/runUnitTests.ts#L8
Variable name `Module` must match one of the following formats: camelCase, UPPER_CASE