fix(lint): daily lint fixes (2026-07-24)#700
Merged
Merged
Conversation
- feeds/jp-postal-codes.ts: fix no-base-to-string by adding type guards before String() - seal/proof.ts: remove 5 unused eslint-disable directives + 2 any type aliases after SDK build resolved no-unsafe-* errors - agent/commit.ts: remove 3 unused eslint-disable directives + unnecessary type assertion after SDK build resolved no-unsafe-* errors
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
fetcher | 1a3b694 | Commit Preview URL Branch Preview URL |
Jul 24 2026, 03:18 PM |
Member
Author
|
Reviewed and approved. Clean lint fixes: removed dead eslint-disable comments (SDK types now resolve correctly), added type guards before String() in jp-postal-codes. Zero runtime changes. CI all green. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Daily lint fix
Cap: 12
Fixed
FP rewrites (2)
feeds/jp-postal-codes.ts: fix 2x@typescript-eslint/no-base-to-stringby adding type guards beforeString()Disable comments removed (10)
seal/proof.ts: removed 5 unusedeslint-disabledirectives + 2anytype aliases (resolved by SDK build)agent/commit.ts: removed 3 unusedeslint-disabledirectives + 1 unnecessary type assertion (resolved by SDK build)Build dependency fixes (not counted, 202 errors)
spec → sdk → fetcher → feedschain, resolving 194@typescript-eslint/no-unsafe-*errors in feeds and 8 in fetchercanonical-sortto resolvedata-commitmenttypecheckRemaining
x402: 74 errors (functional style violations) — deferredparser,trust402,feeds,relay,sdk: have remainingeslint-disablecomments that are legitimate boundary cases (binary parsing, crypto, RPC)Typecheck