chore: cleanup — remove dead code, indexer stack, stale docs and assets #94
Annotations
11 warnings
|
Complete job
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:
app/api/lender/transactions/route.ts#L37
'cursorDate' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Lint:
app/api/borrower/transactions/route.ts#L37
'cursorDate' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Lint:
app/api/admin/webhooks/route.ts#L53
'err' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
Lint:
app/api/admin/webhooks/[id]/route.ts#L33
'err' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
Lint:
__tests__/lib/sep31.test.ts#L12
'key' is defined but never used. Allowed unused args must match /^_/u
|
|
Lint:
__tests__/lib/risk-parameters.test.ts#L10
'RISK_PARAMETER_BOUNDS' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint:
__tests__/lib/risk-parameters.test.ts#L9
'DEFAULT_INTEREST_RATE_CURVES' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint:
__tests__/lib/reputation-scoring.test.ts#L6
'MAX_REPUTATION_SCORE' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint:
__tests__/lib/oracle-sources.test.ts#L11
'PriceQuote' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint:
__tests__/lib/email.test.ts#L20
'sendPaymentOverdueEmail' is defined but never used. Allowed unused vars must match /^_/u
|
background
wait
wait-all
cancel
parallel
Loading