seo: noindex all release pages, retire the release sitemap (#2218) #4023
ci.yml
on: push
Detect changes
6s
Lint & Format
29s
Test
1m 15s
Web build (Next)
36s
Changeset present?
0s
Annotations
10 warnings
|
unicorn(consistent-function-scoping):
workers/api/test/fetch-log.test.ts#L488
Function `seedScrape` does not capture any variables from its parent scope
|
|
eslint(no-unused-vars):
workers/discovery/src/managed-agents-session.ts#L642
Variable 'lastAgentMessage' is assigned a value but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
workers/discovery/src/managed-agents-session.ts#L641
Variable 'lastToolErrorCategory' is assigned a value but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
workers/discovery/src/managed-agents-session.ts#L640
Variable 'toolErrors' is assigned a value but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
workers/discovery/src/managed-agents-session.ts#L639
Variable 'toolCallCount' is assigned a value but never used. Unused variables should start with a '_'.
|
|
unicorn(consistent-function-scoping):
workers/api/test/workflows-ai.test.ts#L6
Function `mkAppWithWorkflow` does not capture any variables from its parent scope
|
|
unicorn(no-array-sort):
workers/api/test/changelog-fetch.test.ts#L106
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
unicorn(consistent-function-scoping):
workers/api/test/auth-email.test.ts#L113
Function `captureConsole` does not capture any variables from its parent scope
|
|
unicorn(consistent-function-scoping):
workers/api/test/auth-audit.test.ts#L192
Function `eventNames` does not capture any variables from its parent scope
|
|
unicorn(consistent-function-scoping):
workers/api/src/cron/domain-demand-sweep.test.ts#L55
Function `enabledEnv` does not capture any variables from its parent scope
|