Skip to content

feat: add filter and sort support for tooltips #6922

feat: add filter and sort support for tooltips

feat: add filter and sort support for tooltips #6922

Re-run triggered October 22, 2023 05:33
Status Failure
Total duration 3m 35s
Artifacts

test.yml

on: pull_request
Node
1m 19s
Node
Runtime, Linting, and Coverage
1m 24s
Runtime, Linting, and Coverage
Matrix: CLI
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
Node
Process completed with exit code 1.
Runtime, Linting, and Coverage: src/compile/mark/encode/tooltip.ts#L81
Unexpected var, use let or const instead
Runtime, Linting, and Coverage
Process completed with exit code 1.
Runtime, Linting, and Coverage: src/channeldef.ts#L658
Replace `"=="·|·"!="·|·"<"·|·"<="·|·">"·|·">=",` with `'=='·|·'!='·|·'<'·|·'<='·|·'>'·|·'>=';`
Runtime, Linting, and Coverage: src/channeldef.ts#L659
Don't use `String` as a type. Use string instead
Runtime, Linting, and Coverage: src/channeldef.ts#L659
Don't use `Number` as a type. Use number instead
Runtime, Linting, and Coverage: src/channeldef.ts#L659
Don't use `Boolean` as a type. Use boolean instead