chore: fix CoC enforcement contact, Quay.io link, set homepage, delet… #23
Annotations
7 errors and 13 warnings
|
typecheck
Process completed with exit code 2.
|
|
test
Process completed with exit code 1.
|
|
error: expect(received).toBe(expected):
packages/tinycode/test/server/httpapi-listen.test.ts#L298
Expected: 200
Received: 401
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/test/server/httpapi-listen.test.ts:298:31)
|
|
error: timed out waiting for graceful stop after forced stop:
packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
|
|
error: timed out waiting for forced listener stop:
packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
|
|
error: timed out waiting for concurrent listener.stop(true):
packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
|
|
error: timed out waiting for listener.stop(true):
packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
|
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-unused-vars):
packages/llm/example/tutorial.ts#L67
Variable 'generateOnce' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
packages/llm/example/tutorial.ts#L55
Variable 'rawOverlayExample' is declared but never used. Unused variables should start with a '_'.
|
|
eslint-plugin-unicorn(no-useless-spread):
packages/http-recorder/src/redaction.ts#L78
Using a spread operator here creates a new array unnecessarily.
|
|
eslint-plugin-unicorn(no-useless-fallback-in-spread):
packages/http-recorder/src/cassette.ts#L50
Empty fallbacks in spreads are unnecessary
|
|
eslint(no-unused-vars):
packages/app/src/context/server-sync.tsx#L4
Identifier 'useContext' is imported but never used.
|
|
eslint(no-unused-vars):
packages/app/src/context/server-sync.tsx#L4
Type 'ParentProps' is imported but never used.
|
|
eslint(no-unused-vars):
packages/app/src/context/server-sync.tsx#L4
Identifier 'createContext' is imported but never used.
|
|
eslint-plugin-unicorn(no-useless-fallback-in-spread):
packages/tinycode/src/core/plugin/models-dev.ts#L45
Empty fallbacks in spreads are unnecessary
|
|
eslint-plugin-unicorn(no-useless-fallback-in-spread):
packages/tinycode/src/core/plugin/models-dev.ts#L44
Empty fallbacks in spreads are unnecessary
|
|
eslint-plugin-unicorn(no-empty-file):
packages/tinycode/src/cli/cmd/tui/component/prompt/cwd.ts#L1
Empty files are not allowed.
|
|
typecheck
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|