-
Notifications
You must be signed in to change notification settings - Fork 11.6k
fix: openapi.json interaction with biome #26953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 2 files
E2E results are ready! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 issue found across 5 files (changes from recent commits).
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="companion/hooks/useEventTypes.ts">
<violation number="1">
P2: Avoid loosening update payload to Record<string, unknown>; it permits arbitrary fields and undermines type safety for the API call and optimistic cache merge. Keep a typed partial (e.g., Partial<CreateEventTypeInput> or Partial<EventType>) to prevent invalid updates from compiling.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Devin AI is addressing Cubic AI's review feedbackA Devin session has been created to address the issues identified by Cubic AI. |
What does this PR do?
openapi.json interaction with biome by increasing allowed file size
Mandatory Tasks (DO NOT REMOVE)