Skip to content

docs: add cloud ceiling reference examples and benchmark run instruct… #138

docs: add cloud ceiling reference examples and benchmark run instruct…

docs: add cloud ceiling reference examples and benchmark run instruct… #138

Triggered via push July 9, 2026 18:10
Status Success
Total duration 1m 11s
Artifacts –

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(no-underscore-dangle): packages/tinycode/src/config/parse.ts#L76
Unexpected dangling '_' in '`_tag`'.
eslint(no-underscore-dangle): packages/tinycode/src/config/config.ts#L537
Unexpected dangling '_' in '`_tag`'.
eslint(no-underscore-dangle): packages/tinycode/test/provider/provider.test.ts#L355
Unexpected dangling '_' in '`_tag`'.
eslint(no-underscore-dangle): packages/tinycode/test/provider/provider.test.ts#L310
Unexpected dangling '_' in '`_tag`'.
eslint(no-underscore-dangle): packages/tinycode/test/provider/provider.test.ts#L301
Unexpected dangling '_' in '`_tag`'.
eslint(no-unused-vars): packages/tinycode/src/lsp/lsp.ts#L149
Parameter 'ctx' is declared but never used. Unused parameters should start with a '_'.
unicorn(no-useless-spread): packages/tinycode/src/lsp/server.ts#L821
Using a spread operator here creates a new array unnecessarily.
eslint(no-unused-vars): packages/tinycode/test/agent/agent-with-mock-llm.test.ts#L4
Identifier 'Provider' is imported but never used.
unicorn(no-useless-spread): packages/tinycode/src/lsp/client.ts#L186
Using a spread operator here creates a new array unnecessarily.
eslint(no-underscore-dangle): packages/tinycode/src/image/image.ts#L67
Unexpected dangling '_' in '`__TINYCODE_PHOTON_WASM_PATH`'.