Revert "refactor: restructure repo into apps/services/packages monorepo"#2037
Closed
jeanduplessis wants to merge 1 commit intomainfrom
Closed
Revert "refactor: restructure repo into apps/services/packages monorepo"#2037jeanduplessis wants to merge 1 commit intomainfrom
jeanduplessis wants to merge 1 commit intomainfrom
Conversation
| "files": [ | ||
| "cloud-agent/**/*.ts", | ||
| "cloud-agent-next/**/*.ts", | ||
| "cloudflare-*/**/*.ts", |
Contributor
There was a problem hiding this comment.
WARNING: cloudflare-gmail-push loses its lint exception here
This broadened override now applies the strict @typescript-eslint/no-unsafe-* rules to every cloudflare-* package, but the revert also removes the old gmail-push carve-out. cloudflare-gmail-push/src/routes/push.ts still types await emailRes.json() directly, and cloudflare-gmail-push/src/consumer.ts does the same for statusRes.json() and tokenRes.json(), so scripts/lint-all.sh will start failing as soon as this config lands.
Contributor
Code Review SummaryStatus: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Fix these issues in Kilo Cloud Other Observations (not in diff)None. Files Reviewed (18 files)
Reviewed by gpt-5.4-20260305 · 4,932,673 tokens |
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.
Reverts #1315