Skip to content

feat: silent url

feat: silent url #758

Triggered via pull request July 15, 2026 02:24
Status Success
Total duration 26s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint: src/internal/parser.ts#L52
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
lint: src/internal/index.ts#L11
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
lint: src/internal/core/index.ts#L265
Unnecessary conditional, the types have no overlap
lint: src/internal/core/index.ts#L210
'_state' is defined but never used
lint: src/internal/core/index.ts#L191
'_state' is defined but never used
lint: src/internal/core/index.ts#L140
'_state' is defined but never used
lint: src/internal/core/index.ts#L127
'_state' is defined but never used
lint: src/cli/parseSimple.ts#L8
Unnecessary conditional, value is always truthy
lint: src/cli/parse.ts#L8
Unnecessary conditional, value is always truthy
lint: src/cli/misc/inputLine.ts#L9
Prefer named exports