feat(risk): default protective trade-halt gates on with tunable thres… #7
lint.yml
on: push
Biome (format + lint)
1m 40s
AI-slop ratchet (slop-scan)
Annotations
10 errors, 13 warnings, and 10 notices
|
lint/suspicious/noDoubleEquals:
.site-index.js#L9
Using != may be unsafe if you are relying on type coercion.
|
|
lint/suspicious/noDoubleEquals:
.site-index.js#L9
Using == may be unsafe if you are relying on type coercion.
|
|
lint/suspicious/noAssignInExpressions:
.site-index.js#L9
The assignment should not be in an expression.
|
|
lint/suspicious/noDoubleEquals:
.site-index.js#L9
Using != may be unsafe if you are relying on type coercion.
|
|
lint/suspicious/noAssignInExpressions:
.site-index.js#L1
The assignment should not be in an expression.
|
|
lint/suspicious/noAssignInExpressions:
.site-index.js#L1
The assignment should not be in an expression.
|
|
lint/suspicious/noAssignInExpressions:
.site-index.js#L1
The assignment should not be in an expression.
|
|
lint/suspicious/noAssignInExpressions:
.site-index.js#L1
The assignment should not be in an expression.
|
|
format:
.mcp.json#L1
File content differs from formatting output
|
|
format:
.gitleaks-baseline.json#L1
File content differs from formatting output
|
|
Biome (format + 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/
|
|
lint/complexity/useOptionalChain:
scripts/npm/check-npm-wrapper.cjs#L44
Change to an optional chain.
|
|
lint/complexity/useOptionalChain:
scripts/npm/check-npm-wrapper.cjs#L40
Change to an optional chain.
|
|
lint/complexity/useOptionalChain:
scripts/npm/audit-npm-pack.cjs#L90
Change to an optional chain.
|
|
lint/correctness/noUnusedFunctionParameters:
scripts/dev/harness/harness-simplification.test.ts#L61
This parameter i is unused.
|
|
lint/complexity/useOptionalChain:
npm/bin/gordon.cjs#L37
Change to an optional chain.
|
|
lint/complexity/noCommaOperator:
.site-index.js#L9
The comma operator is disallowed.
|
|
lint/complexity/noCommaOperator:
.site-index.js#L9
The comma operator is disallowed.
|
|
lint/complexity/noCommaOperator:
.site-index.js#L9
The comma operator is disallowed.
|
|
lint/complexity/noCommaOperator:
.site-index.js#L9
The comma operator is disallowed.
|
|
lint/complexity/noCommaOperator:
.site-index.js#L1
The comma operator is disallowed.
|
|
Biome (format + lint)
Back off 17.846 seconds before retry.
|
|
Biome (format + lint)
Failed to download action 'https://codeload.github.com/actions/checkout/tar.gz/11d5960a326750d5838078e36cf38b85af677262'. Error: Response status code does not indicate success: 429 (Too Many Requests). 8440:6014D:31CB:4C7E:6A638C95
|
|
lint/style/useTemplate:
scripts/dev/checks/audit-risk-tree.cjs#L92
Template literals are preferred over string concatenation.
|
|
lint/style/useNodejsImportProtocol:
scripts/build/prepare-public-dist.cjs#L2
A Node.js builtin module should be imported with the node: protocol.
|
|
lint/style/useNodejsImportProtocol:
scripts/build/prepare-public-dist.cjs#L1
A Node.js builtin module should be imported with the node: protocol.
|
|
lint/style/useNodejsImportProtocol:
npm/bin/gordon.cjs#L11
A Node.js builtin module should be imported with the node: protocol.
|
|
lint/style/useNodejsImportProtocol:
npm/bin/gordon.cjs#L12
A Node.js builtin module should be imported with the node: protocol.
|
|
lint/style/useNodejsImportProtocol:
npm/bin/gordon.cjs#L13
A Node.js builtin module should be imported with the node: protocol.
|
|
lint/style/useNodejsImportProtocol:
npm/bin/gordon.cjs#L23
A Node.js builtin module should be imported with the node: protocol.
|
|
deserialize:
biome.json#L2
The configuration schema version does not match the CLI version 2.5.5
|
|
deserialize:
biome.json#L33
The use of the recommended field has been deprecated, and will removed in the next major version of Biome. Use preset instead.
|
|
lint/style/useTemplate:
.site-index.js#L9
Template literals are preferred over string concatenation.
|