chore(wheelhouse): cascade template@b0c8c0c9 #2501
ci.yml
on: push
Run CI Pipeline
/
🔎 Check
55s
Run CI Pipeline
/
🧹 Lint
Run CI Pipeline
/
🏷️ Type Check
Matrix: Run CI Pipeline / 🧪 Test Matrix
Annotations
10 errors and 1 notice
|
socket(no-boolean-trap-param):
test/unit/util/http-mock.ts#L19
boolean positional param `ok` — callers write `foo(x, true)` where the flag is meaningless at the call site. Use an options object: `foo(x, { ok: true })`. Bypass: add a `socket-lint: allow boolean-trap` comment.
|
|
socket(prefer-windows-test-helpers):
test/unit/releases/github-api-get-latest-fallback.test.mts#L298
Per-test timeout literal `30000` does not adapt for the 5× multiplier Windows needs. Use `tolerantTimeout(30000)` from `test/_shared/fleet/lib/timing.mts`.
|
|
socket(prefer-windows-test-helpers):
test/unit/releases/github-api-get-latest-fallback.test.mts#L271
Per-test timeout literal `30000` does not adapt for the 5× multiplier Windows needs. Use `tolerantTimeout(30000)` from `test/_shared/fleet/lib/timing.mts`.
|
|
socket(prefer-windows-test-helpers):
test/unit/releases/github-api-get-latest-fallback.test.mts#L239
Per-test timeout literal `30000` does not adapt for the 5× multiplier Windows needs. Use `tolerantTimeout(30000)` from `test/_shared/fleet/lib/timing.mts`.
|
|
socket(prefer-windows-test-helpers):
test/unit/releases/github-api-get-latest-fallback.test.mts#L220
Per-test timeout literal `30000` does not adapt for the 5× multiplier Windows needs. Use `tolerantTimeout(30000)` from `test/_shared/fleet/lib/timing.mts`.
|
|
socket(prefer-windows-test-helpers):
test/unit/releases/github-api-get-latest-fallback.test.mts#L173
Per-test timeout literal `30000` does not adapt for the 5× multiplier Windows needs. Use `tolerantTimeout(30000)` from `test/_shared/fleet/lib/timing.mts`.
|
|
socket(prefer-optional-chain):
src/http-request/user-agent.ts#L79
`caller && caller.…` repeats the operand to null-check it. Use optional chaining: `caller?.…`.
|
|
socket(no-boolean-trap-param):
.config/repo/oxlint-plugin/test/no-inline-lazy-node-getter.test.mts#L61
boolean positional param `fix` — callers write `foo(x, true)` where the flag is meaningless at the call site. Use an options object: `foo(x, { fix: true })`. Bypass: add a `socket-lint: allow boolean-trap` comment.
|
|
socket(no-default-export):
.config/repo/oxlint-plugin/rules/no-inline-lazy-node-getter.mts#L187
Avoid `export default` — use a named export so the export name is stable across imports, greppable, and composable with `export * from`.
|
|
socket(export-top-level-functions):
.config/repo/oxlint-plugin/rules/no-inline-lazy-node-getter.mts#L63
Top-level function `findEnclosingStatement` should be `export function findEnclosingStatement`. Exporting internal helpers makes them directly testable.
|
|
Run CI Pipeline / 🧪 Test Matrix (26.3.0, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|