Merge pull request #1 from gosuda/feat/nextgen-rewriter #77
ci.yml
on: push
Go, Rust, JavaScript, Puppeteer, and build checks
4m 40s
Lint (Go, Rust, JavaScript)
1m 31s
Annotations
4 errors, 12 warnings, and 10 notices
|
Lint (Go, Rust, JavaScript)
Process completed with exit code 1.
|
|
lint/complexity/noExcessiveCognitiveComplexity:
web/runtime/network/http.mjs#L122
Excessive complexity of 16 detected (max: 15).
|
|
format:
test/js/static-policy.test.js#L1
File content differs from formatting output
|
|
format:
test/js/core.test.js#L1
File content differs from formatting output
|
|
Lint (Go, Rust, JavaScript)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-go@v5, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint/complexity/useOptionalChain:
test/e2e/proxy.test.js#L1580
Change to an optional chain.
|
|
lint/complexity/useOptionalChain:
test/e2e/proxy.test.js#L1568
Change to an optional chain.
|
|
lint/complexity/useOptionalChain:
test/e2e/proxy.test.js#L1554
Change to an optional chain.
|
|
lint/style/useConst:
test/e2e/proxy.test.js#L1551
This let declares a variable that is only assigned once.
|
|
lint/suspicious/noUselessEscapeInString:
test/e2e/proxy.test.js#L3183
The character doesn't need to be escaped.
|
|
lint/suspicious/noUselessEscapeInString:
test/e2e/proxy.test.js#L2078
The character doesn't need to be escaped.
|
|
lint/complexity/useOptionalChain:
test/e2e/proxy.test.js#L2128
Change to an optional chain.
|
|
lint/complexity/useOptionalChain:
test/e2e/proxy.test.js#L1871
Change to an optional chain.
|
|
lint/complexity/useOptionalChain:
test/e2e/helpers.js#L99
Change to an optional chain.
|
|
lint/complexity/useOptionalChain:
test/e2e/helpers.js#L102
Change to an optional chain.
|
|
Go, Rust, JavaScript, Puppeteer, and build checks
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-go@v5, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint/style/useTemplate:
web/worker-prelude.js#L450
Template literals are preferred over string concatenation.
|
|
lint/style/useTemplate:
web/worker-prelude.js#L436
Template literals are preferred over string concatenation.
|
|
lint/style/useTemplate:
web/worker-prelude.js#L278
Template literals are preferred over string concatenation.
|
|
lint/complexity/noUselessCatch:
web/worker-prelude.js#L262
The catch clause that only rethrows the original error is useless.
|
|
lint/style/useTemplate:
web/worker-prelude.js#L209
Template literals are preferred over string concatenation.
|
|
lint/complexity/noUselessCatch:
web/worker-prelude.js#L47
The catch clause that only rethrows the original error is useless.
|
|
lint/style/useTemplate:
web/worker-prelude.js#L12
Template literals are preferred over string concatenation.
|
|
lint/style/useTemplate:
web/sw/routes.js#L48
Template literals are preferred over string concatenation.
|
|
lint/style/useTemplate:
web/sw/responses.js#L130
Template literals are preferred over string concatenation.
|
|
lint/style/useTemplate:
web/runtime/facades/events.mjs#L22
Template literals are preferred over string concatenation.
|